Свойство 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.
См. также