Compartilhar via


ProfileGroupSettingsCollection.GetKey(Int32) Método

Definição

Retorna o nome do objeto ProfileGroupSettings 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 objeto ProfileGroupSettings.

Retornos

String

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

Aplica-se a

Confira também