[TIBCO.EMS .NET client library 7.0 documentation]

Indicates whether an item exists in this MapMessage object.

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

Syntax

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

Parameters

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

Return Value

true if the item exists

See Also