共用方式為


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