[TIBCO.EMS .NET client library 7.0 documentation]

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

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

Syntax

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

Return Value

The minor version number of the JMS specification

Remarks