SqlCacheDependencyDatabaseCollection.AllKeys Property

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

Public ReadOnly Property AllKeys As String()

Property Value

Type: System.String()

The string array containing the collection keys.

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

Dim collectionKeys As String() = sqlCdds.AllKeys

.NET Framework
Available since 2.0
Return to top
Show: