SqlCacheDependencyDatabaseCollection.Item Property (Int32)

 
Use BaseTrue

Gets or sets the SqlCacheDependencyDatabase object at the specified index.

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

public SqlCacheDependencyDatabase this[
	int index
] { get; set; }

Parameters

index
Type: System.Int32

The collection index of the SqlCacheDependencyDatabase object.

Property Value

Type: System.Web.Configuration.SqlCacheDependencyDatabase

The SqlCacheDependencyDatabase object at the specified index.

.NET Framework
Available since 2.0
Return to top
Show: