KeyValueConfigurationCollection::AllKeys Property

 

Gets the keys to all items contained in the KeyValueConfigurationCollection collection.

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

public:
property array<String^>^ AllKeys {
	array<String^>^ get();
}

Property Value

Type: array<System::String^>^

A string array.

.NET Framework
Available since 2.0
Return to top
Show: