ApplicationSettingsBase Properties
.NET Framework (current version)
Namespace:
System.Configuration
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Context | Gets the application settings context associated with the settings group.(Overrides SettingsBase::Context.) |
![]() | IsSynchronized | Gets a value indicating whether access to the object is synchronized (thread safe). (Inherited from SettingsBase.) |
![]() | Item[String^] | Gets or sets the value of the specified application settings property.(Overrides SettingsBase::Item[String^].) |
![]() | Properties | Gets the collection of settings properties in the wrapper.(Overrides SettingsBase::Properties.) |
![]() | PropertyValues | Gets a collection of property values.(Overrides SettingsBase::PropertyValues.) |
![]() | Providers | Gets the collection of application settings providers used by the wrapper.(Overrides SettingsBase::Providers.) |
![]() | SettingsKey | Gets or sets the settings key for the application settings group. |
Show:
