[TIBCO.EMS .NET client library 7.0 documentation]

Returns an Enumeration of all the property names.

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

Syntax

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

Remarks

Note that standard header fields are not considered properties and are not returned in this enumeration

See Also