EntityMemberAnnotationsGetRequest.EntityId Property

 

Gets or sets the GUID or the exact Name of an Entity.

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[MessageBodyMemberAttribute]
public Identifier EntityId { get; set; }
public:
[MessageBodyMemberAttribute]
property Identifier^ EntityId {
    Identifier^ get();
    void set(Identifier^ value);
}
[<MessageBodyMemberAttribute>]
member EntityId : Identifier with get, set
<MessageBodyMemberAttribute>
Public Property EntityId As Identifier

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier

Identifier.

See Also

EntityMemberAnnotationsGetRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top