HttpBrowserCapabilitiesWrapper::JScriptVersion Property

 

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() override;
}

Property Value

Type: System::Version^

The version of JScript that the browser supports.

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

.NET Framework
Available since 3.5
Return to top
Show: