Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the identifier of the version of the model specified by ModelId that the object will be referencing.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public Identifier VersionId { get; set; }
public:
property Identifier^ VersionId {
Identifier^ get();
void set(Identifier^ value);
}
member VersionId : Identifier with get, set
Public Property VersionId As Identifier
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the version of the model specified by ModelId that the object will be referencing.
See Also
ModelReader Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top