共用方式為


AssemblyVersion 屬性

Gets the version of the assembly that created this package.

命名空間:  Microsoft.MasterDataServices.Deployment
組件:  Microsoft.MasterDataServices.Deployment (在 Microsoft.MasterDataServices.Deployment.dll 中)

語法

'宣告
Public ReadOnly Property AssemblyVersion As String
    Get
'用途
Dim instance As PackageSettings
Dim value As String

value = instance.AssemblyVersion
public string AssemblyVersion { get; }
public:
property String^ AssemblyVersion {
    String^ get ();
}
member AssemblyVersion : string
function get AssemblyVersion () : String

屬性值

型別:System. . :: . .String
A String that represents the version.