Свойство ModelId

Gets the identifier of the model this package contains.

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

Синтаксис

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

value = instance.ModelId
public Identifier ModelId { get; }
public:
property Identifier^ ModelId {
    Identifier^ get ();
}
member ModelId : Identifier
function get ModelId () : Identifier

Значение свойства

Тип: Microsoft.MasterDataServices.Services.DataContracts. . :: . .Identifier
A new instance of type Identifier.