BRGetCriteria.MemberType 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 a type specifying leaf, parent, or collection members.
public:
property Microsoft::MasterDataServices::BREntityMemberType MemberType { Microsoft::MasterDataServices::BREntityMemberType get(); void set(Microsoft::MasterDataServices::BREntityMemberType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.BREntityMemberType MemberType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MemberType : Microsoft.MasterDataServices.BREntityMemberType with get, set
Public Property MemberType As BREntityMemberType
Property Value
A new instance of type BREntityMemberType.
- Attributes