Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the member type (a.k.a. rule sub type).
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property MemberType As BREntityMemberType
Get
Set
'Usage
Dim instance As BRGetCriteria
Dim value As BREntityMemberType
value = instance.MemberType
instance.MemberType = value
[DataMemberAttribute]
public BREntityMemberType MemberType { get; set; }
[DataMemberAttribute]
public:
property BREntityMemberType MemberType {
BREntityMemberType get ();
void set (BREntityMemberType value);
}
[<DataMemberAttribute>]
member MemberType : BREntityMemberType with get, set
function get MemberType () : BREntityMemberType
function set MemberType (value : BREntityMemberType)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.BREntityMemberType
The member type (a.k.a. rule sub type).
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace