Поделиться через


Свойство PackageSettings.ProductVersion

Gets the version of the product that created the package.

Пространство имен:  Microsoft.MasterDataServices.Deployment
Сборка:  Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)

Синтаксис

'Декларация
Public ReadOnly Property ProductVersion As String 
    Get
'Применение
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

Значение свойства

Тип: System.String
The version of the product that created the package.

См. также

Справочник

PackageSettings Класс

Пространство имен Microsoft.MasterDataServices.Deployment