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

Syntax

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

Field Value

Get the name of this NMS Provider.

See Also