MetadataQuery.Exclude Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property cli::array <Nullable<Guid>> ^ Exclude { cli::array <Nullable<Guid>> ^ get(); void set(cli::array <Nullable<Guid>> ^ value); };
[System.Runtime.Serialization.DataMember]
public Guid?[] Exclude { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Exclude : Nullable<Guid>[] with get, set
Public Property Exclude As Nullable(Of Guid)()
Property Value
- Attributes