[TIBCO.EMS.UFOCLIENT .NET client library 6.0 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Returns the value of the double property with the
specified name.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public double GetDoubleProperty( string name ) |
Public Function GetDoubleProperty ( _ name As String _ ) As Double |
public: double GetDoubleProperty( String^ name ) |
Parameters
- name
- Type: System..::.String
Get the double property with this name.
Return Value
The double property value for the specified name. When the message does not have a property set for the name, this method returns false.
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.