SectionDefinitionCollection.Remove(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.