ProfileGroupSettingsCollection.GetKey(Int32) Methode

Definition

Gibt den Namen des ProfileGroupSettings Objekts am angegebenen Index zurück.

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

Parameter

index
Int32

Der Index eines ProfileGroupSettings Objekts.

Gibt zurück

Der Name des ProfileGroupSettings Objekts am angegebenen Index oder null wenn kein Objekt in diesem Index vorhanden ist.

Gilt für:

Weitere Informationen