Package.ModelId Propiedad
Gets the identifier of the model the package contains.
Espacio de nombres: Microsoft.MasterDataServices.Deployment
Ensamblado: Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)
Sintaxis
'Declaración
Public ReadOnly Property ModelId As Identifier
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the model the package contains.