An NDoc Documented Class Library

IMessage.SetFloatProperty Method 

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

void SetFloatProperty(
   string name,
   float value
);

Parameters

name
The name of the float property.
value
The float 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