MetadataSearchCriteria.MemberTypes Property

Definition

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

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

Property Value

A collection of type MemberType.

Attributes

Applies to