ProfileGroupSettingsCollection.GetKey(Int32) Methode

Definitie

Retourneert de naam van het ProfileGroupSettings object op de opgegeven index.

public:
 System::String ^ GetKey(int index);
public string GetKey(int index);
member this.GetKey : int -> string
Public Function GetKey (index As Integer) As String

Parameters

index
Int32

De index van een ProfileGroupSettings object.

Retouren

De naam van het ProfileGroupSettings object in de opgegeven index of null als er geen object in die index is.

Van toepassing op

Zie ook