SqlCacheDependencyDatabase.Name Property
.NET Framework (current version)
Gets or sets the name of the database.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("name", IsRequired := True, IsKey := True)> <StringValidatorAttribute(MinLength := 1)> Public Property Name As String
Property Value
Type: System.StringA string that specifies the name used by SqlCacheDependencyDatabase to identify the database.
The Name property allows you to programmatically access and modify the name attribute of an add element of the databases node in a configuration file.
The name attribute identifies the database whose table is used for the SqlCacheDependency.
.NET Framework
Available since 2.0
Available since 2.0
Show: