[TIBCO.EMS.UFOCLIENT .NET client library 6.0 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Sets a double property value with the specified name into the message
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public void SetDoubleProperty( string name, double value ) |
Public Sub SetDoubleProperty ( _ name As String, _ value As Double _ ) |
public: void SetDoubleProperty( String^ name, double value ) |
Parameters
- name
- Type: System..::.String
the name of the double property
- value
- Type: System..::.Double
the double property value to set
Remarks
Property names must obey the JMS rules for a message selector identifier.
Property names must not be null, and must not be empty strings.
Exceptions
Exception | Condition |
---|---|
MessageNotWriteableException | An TIBCO.EMS.MessageNotWriteableException may be thrown if properties are read-only |
System..::.ArgumentException | An ArgumentException may be thrown if the name is null or if the name is an empty string |