Partager via


Propriété PackageSettings.ProductVersion

Gets the version of the product that created the package.

Espace de noms :  Microsoft.MasterDataServices.Deployment
Assembly :  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ProductVersion As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

PackageSettings Classe

Espace de noms Microsoft.MasterDataServices.Deployment