HttpBrowserCapabilitiesBase::JScriptVersion Property

 

When overridden in a derived class, gets the JScript version that the browser supports.

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

public:
property Version^ JScriptVersion {
	virtual Version^ get();
}

Property Value

Type: System::Version^

The version of JScript that the browser supports.

Exception Condition
NotImplementedException

Always.

For version number of ECMAScript supported by the browser, see EcmaScriptVersion.

.NET Framework
Available since 3.5
Return to top
Show: