Condividi tramite


OutputCacheProfileCollection.GetKey(Int32) Metodo

Definizione

Ottiene la chiave in corrispondenza dell'indice OutputCacheProfileCollection specificato.

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

Parametri

index
Int32

Indice OutputCacheProfileCollection della chiave.

Restituisce

String

Chiave con l'indice OutputCacheProfileCollection specificato.

Esempio

Nell'esempio di codice riportato di seguito viene illustrato come utilizzare il metodo 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)

Si applica a

Vedi anche