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 MemberIdentifier of the member whose annotations were retrieved.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property MemberId As MemberIdentifier
Get
Set
'Usage
Dim instance As EntityMemberAnnotationsGetResponse
Dim value As MemberIdentifier
value = instance.MemberId
instance.MemberId = value
[MessageBodyMemberAttribute]
public MemberIdentifier MemberId { get; set; }
[MessageBodyMemberAttribute]
public:
property MemberIdentifier^ MemberId {
MemberIdentifier^ get ();
void set (MemberIdentifier^ value);
}
[<MessageBodyMemberAttribute>]
member MemberId : MemberIdentifier with get, set
function get MemberId () : MemberIdentifier
function set MemberId (value : MemberIdentifier)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier
MemberIdentifier.
See Also
Reference
EntityMemberAnnotationsGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace