SettingsBase::PropertyValues Property

 

Gets a collection of settings property values.

Namespace:   System.Configuration
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
Return to top
Show: