MarkupCompilePass1.AssemblyVersion 属性
定义
获取或设置程序集的版本。Gets or sets the version of the assembly.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property System::String ^ AssemblyVersion { System::String ^ get(); void set(System::String ^ value); };
public string AssemblyVersion { get; set; }
member this.AssemblyVersion : string with get, set
Public Property AssemblyVersion As String
属性值
该程序集的版本。The version of the assembly.