Uses of Class
system.configuration.SettingsPropertyValueCollection
-
Packages that use SettingsPropertyValueCollection Package Description system.configuration system.web.profile -
-
Uses of SettingsPropertyValueCollection in system.configuration
Methods in system.configuration that return SettingsPropertyValueCollection Modifier and Type Method Description static SettingsPropertyValueCollection
SettingsPropertyValueCollection. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoSettingsPropertyValueCollection
, a cast assert is made to check if types are compatible.SettingsPropertyValueCollection
SettingsBase. getPropertyValues()
SettingsPropertyValueCollection
LocalFileSettingsProvider. GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)
SettingsPropertyValueCollection
SettingsProvider. GetPropertyValues(SettingsContext context, SettingsPropertyCollection collection)
Methods in system.configuration with parameters of type SettingsPropertyValueCollection Modifier and Type Method Description void
LocalFileSettingsProvider. SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection values)
void
SettingsProvider. SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection collection)
-
Uses of SettingsPropertyValueCollection in system.web.profile
Methods in system.web.profile that return SettingsPropertyValueCollection Modifier and Type Method Description SettingsPropertyValueCollection
SqlProfileProvider. GetPropertyValues(SettingsContext sc, SettingsPropertyCollection properties)
Methods in system.web.profile with parameters of type SettingsPropertyValueCollection Modifier and Type Method Description void
SqlProfileProvider. SetPropertyValues(SettingsContext sc, SettingsPropertyValueCollection properties)
-