An NDoc Documented Class Library

IMessage.GetBooleanProperty Method 

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

bool GetBooleanProperty(
   string name
);

Parameters

name
The name of the boolean property.

Return Value

The boolean property value.

Exceptions

Exception Type Condition
MsgException Thrown when the lookup fails.
MessageFormatException Thrown when the type conversion is invalid.

See Also

IMessage Interface | webMethods.Msg Namespace