Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
ReadOnly Property NMSMajorVersion As Integer
	Get
C#
int NMSMajorVersion { get; }
Visual C++
property int NMSMajorVersion {
	int get ();
}
JavaScript
function get_nmsMajorVersion();

Field Value

Get the Major version number of the NMS API this Provider supports.

See Also