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

Get the version of the software being run by the client that created this connection.

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 version of the software being run by the client or null if the version information was not provided by the server.

See Also