Compartilhar via


Propriedade do RDL PackageSettings.ProductVersion

Gets the version of the product that created the package.

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

PackageSettings Classe

Namespace Microsoft.MasterDataServices.Deployment