An NDoc Documented Class Library

IMessage.SetBooleanProperty Method 

Sets a boolean property value with the specified name into the message.

void SetBooleanProperty(
   string name,
   bool value
);

Parameters

name
The name of the boolean property.
value
The boolean property value.

Exceptions

Exception Type Condition
MsgException Thrown when the set property fails.
ArgumentException Thrown when the property name is null or an empty string.
MessageNotWriteableException Throw when the message is read-only.

See Also

IMessage Interface | webMethods.Msg Namespace