Removes all property value with the specified key from the collection.  Returns a value
              indicating if any values were removed.
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| public bool RemoveKey( string key ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function RemoveKey ( _ key As String _ ) As Boolean | 
| Visual C++ | 
|---|
| public: bool RemoveKey( String^ key ) | 
Parameters
- key
- Type: System..::.String
 Key to remove.





