Proprietà ModelId
Gets the identifier of the model this package contains.
Spazio dei nomi Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ModelId As Identifier
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.MasterDataServices.Services.DataContracts. . :: . .Identifier
A new instance of type Identifier.