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

Syntax

Visual Basic
ReadOnly Property ProviderVersion As String
	Get
C#
string ProviderVersion { get; }
Visual C++
property String^ ProviderVersion {
	String^ get ();
}
JavaScript
function get_providerVersion();

Field Value

Gets a formatted string detailing the version of this NMS Provider.

See Also