OutputCacheProfileCollection.Item Property (String)

 

Gets the OutputCacheProfile with the specified name.

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

member Item : 
        name:string -> OutputCacheProfile with get

Parameters

name
Type: System.String

The name of the OutputCacheProfile object.

Property Value

Type: System.Web.Configuration.OutputCacheProfile

The OutputCacheProfile with the specified name.

The following code example shows how to use the Item property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: