ConfigurationElementCollection.Reset Method
Assembly: System.Configuration (in system.configuration.dll)
protected void Reset ( ConfigurationElement parentElement )
protected internal override function Reset ( parentElement : ConfigurationElement )
Parameters
- parentElement
The ConfigurationElement representing the collection parent element, if any; otherwise, a null reference (Nothing in Visual Basic).
The default behavior for the Reset method is to clear any modified elements a ConfigurationElementCollection object contains and to set the modified elements to the values specified by their parent configuration file. If any element in the ConfigurationElementCollection has child elements, Reset is also called on those child elements.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.