An NDoc Documented Class Library

IMessage.GetFloatProperty Method 

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

float GetFloatProperty(
   string name
);

Parameters

name
The name of the float property.

Return Value

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