Removes all property value with the specified key from the collection. Returns a value indicating if any values were removed.

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

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.

See Also