EntityMembersGetCriteria.MemberType Property

Definition

Gets or sets the member type.

public:
 property Nullable<Microsoft::MasterDataServices::MemberType> MemberType { Nullable<Microsoft::MasterDataServices::MemberType> get(); void set(Nullable<Microsoft::MasterDataServices::MemberType> value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public Microsoft.MasterDataServices.MemberType? MemberType { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true)>]
member this.MemberType : Nullable<Microsoft.MasterDataServices.MemberType> with get, set
Public Property MemberType As Nullable(Of MemberType)

Property Value

Leaf, Parent or Collection members. MemberType is optional if the entity globally unique identifier (GUID) is specified.

Attributes

Applies to