MetadataSearchCriteria.VersionFlags Property

Definition

Gets or sets the criteria with which to fill the VersionFlags property.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ VersionFlags { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> VersionFlags { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.VersionFlags : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> with get, set
Public Property VersionFlags As Collection(Of Identifier)

Property Value

A collection of type Identifier.

Attributes

Applies to