Partilhar via


OutputCacheProfileCollection.GetKey(Int32) Método

Definição

Obtém a chave no índice OutputCacheProfileCollection 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 OutputCacheProfileCollection da chave.

Retornos

String

A chave com o índice OutputCacheProfileCollection especificado.

Exemplos

O exemplo de código a seguir mostra como usar o método GetKey.

// Get the key with the specified index.
string theKey = outputCacheProfiles.GetKey(0).ToString();
' Get the key with the specified index.
  Dim theKey As String = _
  outputCacheProfiles.GetKey(0)

Aplica-se a

Confira também