Compartir a través de


PackageSettings.ProductVersion Propiedad

Gets the version of the product that created the package.

Espacio de nombres:  Microsoft.MasterDataServices.Deployment
Ensamblado:  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Sintaxis

'Declaración
Public ReadOnly Property ProductVersion As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

PackageSettings Clase

Espacio de nombres Microsoft.MasterDataServices.Deployment