Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the GUID of the model.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property ModelId As Identifier
Get
Set
'Usage
Dim instance As EntityMemberAnnotationsGetResponse
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)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier
Identifier.
See Also
Reference
EntityMemberAnnotationsGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace