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 命名空间