ProfilePropertySettingsCollection.AllKeys Property

Definition

Returns an array containing the names of all the ProfileSection objects contained 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[]

An array containing the names of all the ProfileSection objects contained in the collection or an empty array if the collection is empty.

Applies to