MetadataSearchCriteria.MemberTypes 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.
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