Partager via


Propriété EntityMemberAnnotationsGetRequest.EntityId

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

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property EntityId As Identifier 
    Get 
    Set
'Utilisation
Dim instance As EntityMemberAnnotationsGetRequest 
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)

Valeur de propriété

Type : Microsoft.MasterDataServices.Services.DataContracts.Identifier
Identifier.

Voir aussi

Référence

EntityMemberAnnotationsGetRequest Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts