[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]

Returns an Enumeration of all the property names.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.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