Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the identifier of the model that the object will be referencing.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public Identifier ModelId { get; set; }
public:
property Identifier^ ModelId {
Identifier^ get();
void set(Identifier^ value);
}
member ModelId : Identifier with get, set
Public Property ModelId As Identifier
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the model that the object will be referencing.
See Also
ModelReader Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top