[TIBCO.EMS .NET client library 7.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Returns an Enumeration of all the names in
the MapMessage object.
Namespace:
TIBCO.EMSAssembly: 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.