SqlCacheDependencyDatabaseCollection.Item Property (String)

 
Use BaseTrue

Gets or sets the SqlCacheDependencyDatabase object with the specified name.

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

Public ReadOnly Property Item (
	name As String
) As SqlCacheDependencyDatabase

Parameters

name
Type: System.String

The name of the SqlCacheDependencyDatabase object.

Property Value

Type: System.Web.Configuration.SqlCacheDependencyDatabase

The SqlCacheDependencyDatabase object with the specified name.

.NET Framework
Available since 2.0
Return to top
Show: