rice class : Version getter

Description

Get a string representing the version of the Rice.

Syntax

riceInstance.Version

Arguments

None

Return value

ClassDescription
stringString representing the version of the Rice.

Sample code

//anyRice is a instance of rice type.

string version = anyRice.Version;

Notes

Version getter is a member introduced from the Rice 1.0.1.0.

Links for reference

None

Copyright © Rice All rights reserved.