ApplicationSettingsBase Properties

 

Namespace:   System.Configuration
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubpropertyContext

Gets the application settings context associated with the settings group.(Overrides SettingsBase::Context.)

System_CAPS_pubpropertyIsSynchronized

Gets a value indicating whether access to the object is synchronized (thread safe). (Inherited from SettingsBase.)

System_CAPS_pubpropertyItem[String^]

Gets or sets the value of the specified application settings property.(Overrides SettingsBase::Item[String^].)

System_CAPS_pubpropertyProperties

Gets the collection of settings properties in the wrapper.(Overrides SettingsBase::Properties.)

System_CAPS_pubpropertyPropertyValues

Gets a collection of property values.(Overrides SettingsBase::PropertyValues.)

System_CAPS_pubpropertyProviders

Gets the collection of application settings providers used by the wrapper.(Overrides SettingsBase::Providers.)

System_CAPS_pubpropertySettingsKey

Gets or sets the settings key for the application settings group.

Return to top
Show: