An NDoc Documented Class Library

IMapMessage.GetObject Method 

Returns the object value with the specified name.

object GetObject(
   string name
);

Parameters

name
The name of the object.

Return Value

The object value with the specified name.

Exceptions

Exception Type Condition
MsgException Thrown when unable to get the value.

See Also

IMapMessage Interface | webMethods.Msg Namespace