SettingsBase::PropertyValues Property
.NET Framework (current version)
Gets a collection of settings property values.
Assembly: System (in System.dll)
public: property SettingsPropertyValueCollection^ PropertyValues { virtual SettingsPropertyValueCollection^ get(); }
Property Value
Type: System.Configuration::SettingsPropertyValueCollection^A collection of SettingsPropertyValue objects representing the actual data values for the properties managed by the SettingsBase instance.
.NET Framework
Available since 2.0
Available since 2.0
Show: