KeyValueConfigurationCollection.AllKeys Eigenschaft
Definition
Ruft die Schlüssel zu allen in der KeyValueConfigurationCollection-Auflistung enthaltenen Elementen ab.Gets the keys to all items contained in the KeyValueConfigurationCollection collection.
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()
Eigenschaftswert
- String[]
Ein Zeichenfolgenarray.A string array.