Compartilhar via


Propriedade do RDL Package.ModelId

Gets the identifier of the model the package contains.

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (em Microsoft.MasterDataServices.Deployment.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the model the package contains.

Consulte também

Referência

Package Classe

Namespace Microsoft.MasterDataServices.Deployment