[TIBCO.EMS .NET client library 8.1 documentation]

Gets the JMX property names

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

Syntax

public IEnumerator JMSXPropertyNames { get; }
Public ReadOnly Property JMSXPropertyNames As IEnumerator
public:
property IEnumerator^ JMSXPropertyNames {
	IEnumerator^ get ();
}

Return Value

the JMX property names

Remarks

Enumerates the JMX message properties.

See Also