Compartir por


OutputCacheProfileCollection.AllKeys Propiedad

Definición

Obtiene las OutputCacheProfileCollection claves.

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 string que contiene las claves de colección.

Ejemplos

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

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

Se aplica a