EntityMemberAnnotationsGetResponse.EntityId Property
Gets or sets the GUID of the entity.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property EntityId As Identifier
Get
Set
'Usage
Dim instance As EntityMemberAnnotationsGetResponse
Dim value As Identifier
value = instance.EntityId
instance.EntityId = value
[MessageBodyMemberAttribute]
public Identifier EntityId { get; set; }
[MessageBodyMemberAttribute]
public:
property Identifier^ EntityId {
Identifier^ get ();
void set (Identifier^ value);
}
[<MessageBodyMemberAttribute>]
member EntityId : Identifier with get, set
function get EntityId () : Identifier
function set EntityId (value : Identifier)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier
Identifier.
See Also
Reference
EntityMemberAnnotationsGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace