OutputCacheProfileCollection.Get Method (Int32)

 

Gets the OutputCacheProfile element at the specified index.

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

member Get : 
        index:int -> OutputCacheProfile

Parameters

index
Type: System.Int32

The index of the OutputCacheProfileCollection element.

Return Value

Type: System.Web.Configuration.OutputCacheProfile

The OutputCacheProfile element at the specified index.

The following code example shows how to use the Get method.

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

.NET Framework
Available since 2.0
Return to top
Show: