OutputCacheProviderCollection::Item Property (String^)

.NET Framework (current version)
 

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

Namespace:   System.Web.Caching
Assembly:  System.Web (in System.Web.dll)

public:
property OutputCacheProvider^ default[
	String^ name
] {
	OutputCacheProvider^ get(String^ name);
}

Parameters

name
Type: System::String^

The name of a provider in the collection.

Property Value

Type: System.Web.Caching::OutputCacheProvider^

A provider from the collection.

.NET Framework
Available since 4.0
Return to top
Show: