TIBCO EMS .NET API 8.5
TIBCO EMS .NET API 8.5
TIBCO.EMS.ADMIN.VersionInfo Class Reference

This class represents the parsed version information for the TIBCO Enterprise Message Service components. More...

Public Member Functions

override string ToString ()
 Generate a string version of the VersionInfo object in the form "majorVersion.minorVersion.updateVersion.buildVersion" More...
 

Properties

int VersionMajor [get]
 Get the major version of the component. More...
 
int VersionMinor [get]
 Get the minor version of the component. More...
 
int VersionUpdate [get]
 Get the update version of the component. More...
 
int VersionBuild [get]
 Get the build version of the component. More...
 

Detailed Description

This class represents the parsed version information for the TIBCO Enterprise Message Service components.

Member Function Documentation

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.

Property Documentation

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.

Copyright © Cloud Software Group, Inc. All rights reserved.