EntityId 属性

Gets or sets the GUID of the entity.

命名空间:  Microsoft.MasterDataServices.Services.MessageContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
<MessageBodyMemberAttribute> _
Public Property EntityId As Identifier
    Get
    Set
用法
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)