Class JoeScan::Pinchot::VersionInformation¶
ClassList > JoeScan > Pinchot > VersionInformation
API version information.
Public Static Properties¶
Type | Name |
---|---|
property int | Major Gets the major version component of the Pinchot version. |
property int | Minor Gets the minor version component of the Pinchot version. |
property int | Patch Gets the patch version component of the Pinchot version. |
property string | Version Gets the version of Pinchot . |
Public Static Properties Documentation¶
property Major¶
Gets the major version component of the Pinchot version.
int Major;
The major version component of the Pinchot version.
property Minor¶
Gets the minor version component of the Pinchot version.
int Minor;
The minor version component of the Pinchot version.
property Patch¶
Gets the patch version component of the Pinchot version.
int Patch;
The patch version component of the Pinchot version.
property Version¶
Gets the version of Pinchot .
string Version;
The version of Pinchot.