application クラス : RiceVersion ゲッタ
説明
Riceのバージョンを返します。
構文
instance.RiceVersion
引数
無し。
返り値
クラス | 説明 |
string | Riceのバージョン。 |
サンプルコード
1: | application app; |
2: | string version = app.RiceVersion; |
注意
例 : "1.1.1.0"
ドットで区切られた四組の数値が文字列として返ります。"ver" 等は入らないことに注意してください。
参照リンク
無し。