ProfileGroupSettingsCollection.GetKey(Int32) Método

Definição

Devolve o nome do ProfileGroupSettings objeto no índice especificado.

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

Parâmetros

index
Int32

O índice de um ProfileGroupSettings objeto.

Devoluções

O nome do ProfileGroupSettings objeto no índice especificado, ou null se não houver objeto nesse índice.

Aplica-se a

Ver também