SectionDefinitionCollection.Remove(String) Method

Definition

Removes the specified section definition from the collection.

public:
 void Remove(System::String ^ sectionName);
public void Remove (string sectionName);
member this.Remove : string -> unit
Public Sub Remove (sectionName As String)

Parameters

sectionName
String

The name of the SectionDefinition object to be removed.

Applies to