RootProfilePropertySettingsCollection Constructor

Definition

Initializes a new instance of the RootProfilePropertySettingsCollection class using default settings.

public:
 RootProfilePropertySettingsCollection();
public RootProfilePropertySettingsCollection ();
Public Sub New ()

Remarks

The RootProfilePropertySettingsCollection property is a RootProfilePropertySettingsCollection object that contains all the properties defined within the properties subsection of the profile section of the configuration file.

The following table shows the default settings that are used for this constructor.

Setting Default Value
AllowClear True.
GroupSettings An empty ProfileGroupSettingsCollection.

Applies to

See also