NameValueConfigurationCollection.AllKeys Property

Definition

Gets the keys to all items contained in the NameValueConfigurationCollection.

public:
 property cli::array <System::String ^> ^ AllKeys { cli::array <System::String ^> ^ get(); };
public string[] AllKeys { get; }
member this.AllKeys : string[]
Public ReadOnly Property AllKeys As String()

Property Value

String[]

A string array.

Applies to