An NDoc Documented Class Library

IMapMessage.ItemExists Method 

Indicates whether an item exists in this MapMessage object.

bool ItemExists(
   string name
);

Parameters

name
The name of the item.

Return Value

true if the item exists.

Exceptions

Exception Type Condition
MsgException Thrown when unable to test the item.

See Also

IMapMessage Interface | webMethods.Msg Namespace