PackageSettings.ProductVersion-Eigenschaft

Gets the version of the product that created the package.

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

Syntax

'Declaration
Public ReadOnly Property ProductVersion As String 
    Get
'Usage
Dim instance As PackageSettings 
Dim value As String 

value = instance.ProductVersion
public string ProductVersion { get; }
public:
property String^ ProductVersion {
    String^ get ();
}
member ProductVersion : string
function get ProductVersion () : String

Eigenschaftswert

Typ: System.String
The version of the product that created the package.

Siehe auch

Verweis

PackageSettings Klasse

Microsoft.MasterDataServices.Deployment-Namespace