Uses of Class
system.configuration.SettingsProperty
-
Packages that use SettingsProperty Package Description system.configuration -
-
Uses of SettingsProperty in system.configuration
Methods in system.configuration that return SettingsProperty Modifier and Type Method Description static SettingsProperty
SettingsProperty. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoSettingsProperty
, a cast assert is made to check if types are compatible.SettingsProperty
SettingsPropertyValue. getProperty()
Methods in system.configuration with parameters of type SettingsProperty Modifier and Type Method Description void
SettingsPropertyCollection. Add(SettingsProperty property)
SettingsPropertyValue
IApplicationSettingsProvider. GetPreviousVersion(SettingsContext context, SettingsProperty property)
SettingsPropertyValue
IApplicationSettingsProviderImplementation. GetPreviousVersion(SettingsContext context, SettingsProperty property)
SettingsPropertyValue
LocalFileSettingsProvider. GetPreviousVersion(SettingsContext context, SettingsProperty property)
SettingsProvider
ISettingsProviderService. GetSettingsProvider(SettingsProperty property)
SettingsProvider
ISettingsProviderServiceImplementation. GetSettingsProvider(SettingsProperty property)
void
SettingsPropertyValue. setProperty(SettingsProperty Property)
Constructors in system.configuration with parameters of type SettingsProperty Constructor Description SettingsProperty(SettingsProperty propertyToCopy)
SettingsPropertyValue(SettingsProperty property)
-