다음을 통해 공유


MetadataSearchCriteria.MemberTypes 속성

정의

MemberTypes 속성을 채울 조건을 가져오거나 설정합니다.

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)

속성 값

MemberType 형식의 컬렉션입니다.

특성

적용 대상