AssemblyVersionAttribute.Version プロパティ

定義

属性付きアセンブリのバージョン番号を取得します。

public:
 property System::String ^ Version { System::String ^ get(); };
public string Version { get; }
member this.Version : string
Public ReadOnly Property Version As String

プロパティ値

アセンブリのバージョン番号を格納している文字列。

適用対象