System.Web.Configuration.NamespaceCollection.AutoImportVBNamespace Property

Gets or sets a value that determines whether the Visual Basic namespace is imported without having to specify it.

Syntax

[System.Configuration.ConfigurationProperty("autoImportVBNamespace", DefaultValue=true)]
public bool AutoImportVBNamespace { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

For ASP.NET pages written using Visual Basic the Microsoft.VisualBasic namespace is automatically imported unless the NamespaceCollection.AutoImportVBNamespace property is false.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0