Package.ModelId-Eigenschaft

Gets the identifier of the model the package contains.

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

Syntax

'Declaration
Public ReadOnly Property ModelId As Identifier 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

Package Klasse

Microsoft.MasterDataServices.Deployment-Namespace