ConfigurationElementCollection::BaseGetAllKeys Method ()

 

Returns an array of the keys for all of the configuration elements contained in the ConfigurationElementCollection.

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

public protected:
array<Object^>^ BaseGetAllKeys()

Return Value

Type: array<System::Object^>^

An array that contains the keys for all of the ConfigurationElement objects contained in the ConfigurationElementCollection.

.NET Framework
Available since 2.0
Return to top
Show: