ProductVersion Propiedad
Gets the version of the product that created this 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
A String that represents the product version.
Vea también