SessionStateSection::AllowCustomSqlDatabase Property
.NET Framework (current version)
Gets or sets a value indicating whether the user can specify the initial catalog value in the SqlConnectionString property.
Assembly: System.Web (in System.Web.dll)
public: [ConfigurationPropertyAttribute("allowCustomSqlDatabase", DefaultValue = false)] property bool AllowCustomSqlDatabase { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the user is allowed to specify the catalog; otherwise, false. The default value is false.
The following code example demonstrates how to get the AllowCustomSqlDatabase property. Refer to the code example in the SessionStateSection class topic to learn how to access the SessionStateSection object.
.NET Framework
Available since 2.0
Available since 2.0
Show: