An NDoc Documented Class Library

IMessage.GetIntProperty Method 

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

int GetIntProperty(
   string name
);

Parameters

name
The name of the integer property.

Return Value

The integer 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