Поделиться через


Свойство ModelReader.ModelId

Gets or sets the identifier of the model that the object will be referencing.

Пространство имен:  Microsoft.MasterDataServices.Deployment
Сборка:  Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)

Синтаксис

'Декларация
Public Property ModelId As Identifier 
    Get 
    Set
'Применение
Dim instance As ModelReader 
Dim value As Identifier 

value = instance.ModelId

instance.ModelId = value
public Identifier ModelId { get; set; }
public:
property Identifier^ ModelId {
    Identifier^ get ();
    void set (Identifier^ value);
}
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 that the object will be referencing.

См. также

Справочник

ModelReader Класс

Пространство имен Microsoft.MasterDataServices.Deployment