Свойство EntityMemberKeyGetRequest.ModelId
Gets or sets the identifier of the model.
Пространство имен: Microsoft.MasterDataServices.Services.MessageContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<MessageBodyMemberAttribute> _
Public Property ModelId As Identifier
Get
Set
'Применение
Dim instance As EntityMemberKeyGetRequest
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)
Значение свойства
Тип: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the model.
См. также
Справочник
EntityMemberKeyGetRequest Класс
Пространство имен Microsoft.MasterDataServices.Services.MessageContracts