An NDoc Documented Class Library

IMessage.GetObjectProperty Method 

Returns the value of the object property with the specified name.

object GetObjectProperty(
   string name
);

Parameters

name
The name of the object property.

Return Value

The object property value.

Exceptions

Exception Type Condition
MsgException Thrown when the lookup fails.

See Also

IMessage Interface | webMethods.Msg Namespace