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.