SectionGroupCollection.Remove(String) Method

Definition

Removes the specified section group from the collection.

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

Parameters

sectionGroupName
String

The name of the SectionGroup to remove from the collection.

Applies to