Поделиться через


Свойство PackageSettings.AssemblyVersion

Gets the version of the assembly that created the 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
The version of the assembly that created the package.

См. также

Справочник

PackageSettings Класс

Пространство имен Microsoft.MasterDataServices.Deployment