Namespace:
Endeca.Data
Assembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Assembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
bool IAttributeMap.ContainsKey( string key ) |
| Visual Basic (Declaration) |
|---|
Private Function ContainsKey ( _ key As String _ ) As Boolean Implements IAttributeMap.ContainsKey |
| Visual C++ |
|---|
private: virtual bool ContainsKey( String^ key ) sealed = IAttributeMap::ContainsKey |
Parameters
- key
- Type: System..::.String