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

Test whether a named property has been set on a message.

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

Syntax

public virtual bool PropertyExists(
	string name
)
Public Overridable Function PropertyExists ( _
	name As String _
) As Boolean
public:
virtual bool PropertyExists(
	String^ name
)

Parameters

name
Type: System..::.String
the name of the property to test

Return Value

true if the property has a value on the message; otherwise returns false.

See Also