Compartir a través de


ProfileGroupSettingsCollection.GetKey(Int32) Método

Definición

Devuelve el nombre del objeto ProfileGroupSettings situado en el í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

Índice de un objeto ProfileGroupSettings.

Devoluciones

Nombre del objeto ProfileGroupSettings situado en el índice especificado o null si no hay ningún objeto en dicho índice.

Se aplica a

Consulte también