KeyValueConfigurationCollection::Properties Property

 

Gets a collection of configuration properties.

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

public protected:
property ConfigurationPropertyCollection^ Properties {
	virtual ConfigurationPropertyCollection^ get() override;
}

Property Value

Type: System.Configuration::ConfigurationPropertyCollection^

A collection of configuration properties.

.NET Framework
Available since 2.0
Return to top
Show: