KeyValueConfigurationElement::Properties Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the collection of 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^

The ConfigurationPropertyCollection of properties for the element.

.NET Framework
Available since 2.0
Return to top
Show: