Partager via


Propriété Package.ModelId

Gets the identifier of the model the package contains.

Espace de noms :  Microsoft.MasterDataServices.Deployment
Assembly :  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ModelId As Identifier 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Package Classe

Espace de noms Microsoft.MasterDataServices.Deployment