Returns a value indicating if an IAttributeMap with the specified key is
contained in this map.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
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.