[TIBCO.EMS.UFOCLIENT .NET client library 5.1 documentation]

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

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

public bool GetBooleanProperty(
	string name
)
Public Function GetBooleanProperty ( _
	name As String _
) As Boolean
public:
bool GetBooleanProperty(
	String^ name
)

Parameters

name
Type: System..::.String
Get the boolean property with this name.

Return Value

The boolean 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.

See Also