Condividi tramite


OutputCacheProfileCollection.AllKeys Proprietà

Definizione

Ottiene le chiavi dell'insieme 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()

Valore della proprietà

String[]

Matrice string contenente le chiavi dell'insieme.

Esempio

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

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

Si applica a