Removes the element with the specified name from the collection.

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

Syntax

C#
public void Remove(
	string name
)
Visual Basic (Declaration)
Public Sub Remove ( _
	name As String _
)
Visual C++
public:
void Remove(
	String^ name
)

Parameters

name
Type: System..::.String
Name of element to remove.

See Also