Свойство Package.ModelId
Gets the identifier of the model the 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
The identifier of the model the package contains.