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.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property MemberType As BREntityMemberType
Get
Set
'Usage
Dim instance As BusinessRulesPaletteGetRequest
Dim value As BREntityMemberType
value = instance.MemberType
instance.MemberType = value
[MessageBodyMemberAttribute]
public BREntityMemberType MemberType { get; set; }
[MessageBodyMemberAttribute]
public:
property BREntityMemberType MemberType {
BREntityMemberType get ();
void set (BREntityMemberType value);
}
[<MessageBodyMemberAttribute>]
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.
See Also
Reference
BusinessRulesPaletteGetRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace