application class : RiceVersion getter
Description
Returns the version of the Rice.
Syntax
instance.RiceVersion
Arguments
None.
Return value
Class | Description |
string | The version of the Rice. |
Sample code
1: | application app; |
2: | string version = app.RiceVersion; |
Notes
Example : "1.1.1.0"
Four numbers separated by dots are returned as a string. Please note that "ver" etc. are not included.
Links for reference
None.