[TIBCO.EMS .NET Admin client library 6.3 documentation]

Get the version of TIBCO Enterprise Message Service that the server binary is from.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public VersionInfo VersionInfo { get; }
Public ReadOnly Property VersionInfo As VersionInfo
public:
property VersionInfo^ VersionInfo {
	VersionInfo^ get ();
}

Return Value

the VersionInfo object representing the server's version.

See Also