[TIBCO.EMS .NET client library 6.3 documentation]

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

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

Syntax

[ObsoleteAttribute("Use the GetMapNames() instead, which returns a collection of names")]
public IEnumerator MapNames { get; }
<ObsoleteAttribute("Use the GetMapNames() instead, which returns a collection of names")> _
Public ReadOnly Property MapNames As IEnumerator
[ObsoleteAttribute(L"Use the GetMapNames() instead, which returns a collection of names")]
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