共用方式為


ProductVersion 屬性

Gets the version of the product that created this 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
A String that represents the product version.