共用方式為


EntityMemberKeyGetRequest.EntityId 屬性

Gets or sets the identifier of the entity.

命名空間:  Microsoft.MasterDataServices.Services.MessageContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<MessageBodyMemberAttribute> _
Public Property EntityId As Identifier 
    Get 
    Set
'用途
Dim instance As EntityMemberKeyGetRequest 
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)

屬性值

型別:Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the entity.

請參閱

參考

EntityMemberKeyGetRequest 類別

Microsoft.MasterDataServices.Services.MessageContracts 命名空間