HttpBrowserCapabilitiesBase.EcmaScriptVersion Property

Definition

When overridden in a derived class, gets the version number of ECMAScript (JavaScript) that the browser supports.

public:
 virtual property Version ^ EcmaScriptVersion { Version ^ get(); };
public virtual Version EcmaScriptVersion { get; }
member this.EcmaScriptVersion : Version
Public Overridable ReadOnly Property EcmaScriptVersion As Version

Property Value

The version number of ECMAScript (JavaScript) that the browser supports.

Exceptions

Applies to