Returns a value indicating if an IAttributeMap with the specified key is contained in this map.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
bool ContainsKey(
	string key
)
Visual Basic (Declaration)
Function ContainsKey ( _
	key As String _
) As Boolean
Visual C++
bool ContainsKey(
	String^ key
)

Parameters

key
Type: System..::.String
Key to test.

See Also