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

Syntax

Visual Basic
ReadOnly Property NMSXPropertyNames As String()
	Get
C#
string[] NMSXPropertyNames { get; }
Visual C++
property array<String^>^ NMSXPropertyNames {
	array<String^>^ get ();
}
JavaScript
function get_nmsxPropertyNames();

Field Value

Gets a String array of all the NMSX property names this NMS Provider supports.

See Also