Compartir vía


OutputCacheProfileCollection.AllKeys Propiedad

Definición

Obtiene las claves de OutputCacheProfileCollection.

public:
 property cli::array <System::String ^> ^ AllKeys { cli::array <System::String ^> ^ get(); };
public string[] AllKeys { get; }
member this.AllKeys : string[]
Public ReadOnly Property AllKeys As String()

Valor de propiedad

String[]

Matriz de string que contiene las claves de la colección.

Ejemplos

En el ejemplo de código siguiente se muestra cómo utilizar la propiedad AllKeys.

// Get the keys.
object [] keys = outputCacheProfiles.AllKeys;
' Get the keys.
  Dim keys As String() = _
  outputCacheProfiles.AllKeys

Se aplica a