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 the version of the product that created the package.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public string ProductVersion { get; }
public:
property String^ ProductVersion {
String^ get();
}
member ProductVersion : string with get
Public ReadOnly Property ProductVersion As String
Property Value
Type: System.String
The version of the product that created the package.
See Also
PackageSettings Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top