ISettingsList.Keys Property

Definition

Gets a snapshot (not a "live" collection) of the keys in the list.

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

Property Value

String[]

The keys.

Applies to