Condividi tramite


OutputCacheProfileCollection.AllKeys Proprietà

Definizione

Ottiene le OutputCacheProfileCollection chiavi.

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()

Valore della proprietà

String[]

Matrice string contenente le chiavi della raccolta.

Esempio

Nell'esempio di codice seguente viene illustrato come utilizzare la AllKeys proprietà .

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

Si applica a