HttpBrowserCapabilitiesBase::VBScript Property

 

When overridden in a derived class, gets a value that indicates whether the browser supports Visual Basic Scripting edition (VBScript).

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

public:
property bool VBScript {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the browser supports VBScript; otherwise, false.

System_CAPS_noteNote

This property does not indicate whether VBScript is currently enabled in the browser, only whether the browser can support VBScript.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: