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

Returns an Enumeration of all the names in the MapMessage object.

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

Syntax

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

Return Value

an enumeration of all the names in this MapMessage

Remarks

Programs can get an enumerator that produces the names of all the data items in the message body.

See Also