編集

Share via


ProfileGroupSettingsCollection.AllKeys Property

Definition

Gets a string array of all the key values in the 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()

Property Value

String[]

A string array of all the key values in the collection.

Applies to