Condividi tramite


Proprietà EntityMemberAnnotationsGetRequest.ModelId

Gets or sets the GUID or the exact Name of a Model.

Spazio dei nomi  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

'Dichiarazione
<MessageBodyMemberAttribute> _
Public Property ModelId As Identifier 
    Get 
    Set
'Utilizzo
Dim instance As EntityMemberAnnotationsGetRequest 
Dim value As Identifier 

value = instance.ModelId

instance.ModelId = value
[MessageBodyMemberAttribute]
public Identifier ModelId { get; set; }
[MessageBodyMemberAttribute]
public:
property Identifier^ ModelId {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<MessageBodyMemberAttribute>]
member ModelId : Identifier with get, set
function get ModelId () : Identifier 
function set ModelId (value : Identifier)

Valore proprietà

Tipo: Microsoft.MasterDataServices.Services.DataContracts.Identifier
Identifier.

Vedere anche

Riferimento

EntityMemberAnnotationsGetRequest Classe

Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts