SettingsGroup Class Properties
For a list of all members of this type, see SettingsGroup members.
Public Properties
Name | Description | |
---|---|---|
Count | Number of items actually contained in the collection. | |
Directory | The name of the directory into which the settings for this group will be persisted | |
IsSynchronized | Indicates whether access to the collection is synchronized (thread-safe). | |
Item | Indexer to return the object associated with the given key | |
Name | Name of settings group | |
ReadOnly | Read Only status of a settings group | |
SyncRoot | Object that can be used to synchronize access to the collection. |
See Also