次の方法で共有


Version.Revision プロパティ

このインスタンスのバージョン番号のリビジョン構成要素の値を取得します。

Public ReadOnly Property Revision As Integer
[C#]
public int Revision {get;}
[C++]
public: __property int get_Revision();
[JScript]
public function get Revision() : int;

プロパティ値

リビジョン番号。リビジョン番号が未定義の場合は -1。

解説

たとえば、バージョン番号が 6.2.1.3 の場合のリビジョン番号は 3 です。バージョン番号が 6.2 の場合、リビジョン番号は未定義です。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard

参照

Version クラス | Version メンバ | System 名前空間