[TIBCO.EMS .NET client library 6.0 documentation]

Gets the major version number of the JMS specification supported by the provider.

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

Syntax

public int MajorVersion { get; }
Public ReadOnly Property MajorVersion As Integer
public:
property int MajorVersion {
	int get ();
}

Return Value

The major version number of the JMS specification

Remarks