An NDoc Documented Class Library

IMessage.GetLongProperty Method 

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

long GetLongProperty(
   string name
);

Parameters

name
The name of the long property.

Return Value

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