OutputCacheProviderCollection.Item[String] Property

Definition

Returns a reference to the named output-cache provider in the collection.

public:
 property System::Web::Caching::OutputCacheProvider ^ default[System::String ^] { System::Web::Caching::OutputCacheProvider ^ get(System::String ^ name); };
public System.Web.Caching.OutputCacheProvider this[string name] { get; }
member this.Item(string) : System.Web.Caching.OutputCacheProvider
Default Public ReadOnly Property Item(name As String) As OutputCacheProvider

Parameters

name
String

The name of a provider in the collection.

Property Value

A provider from the collection.

Applies to