This class represents the parsed version information for the TIBCO Enterprise Message Service components.
More...
|
override string | ToString () |
| Generate a string version of the VersionInfo object in the form "majorVersion.minorVersion.updateVersion.buildVersion" More...
|
|
This class represents the parsed version information for the TIBCO Enterprise Message Service components.
override string TIBCO.EMS.ADMIN.VersionInfo.ToString |
( |
| ) |
|
|
inline |
Generate a string version of the VersionInfo object in the form "majorVersion.minorVersion.updateVersion.buildVersion"
- Returns
- a string represtation of this VersionInfo.
int TIBCO.EMS.ADMIN.VersionInfo.VersionBuild |
|
get |
Get the build version of the component.
- Returns
- the build version of the component.
int TIBCO.EMS.ADMIN.VersionInfo.VersionMajor |
|
get |
Get the major version of the component.
- Returns
- the major version of the component.
int TIBCO.EMS.ADMIN.VersionInfo.VersionMinor |
|
get |
Get the minor version of the component.
- Returns
- the minor version of the component.
int TIBCO.EMS.ADMIN.VersionInfo.VersionUpdate |
|
get |
Get the update version of the component.
- Returns
- the update version of the component.