Version Property  
 

Return the current version of the control.

Syntax

object.Version

Remarks

The Version property returns the current version of the object. This can be used by an application for validation purposes. The version returned is composed of four numbers, separated by periods. The first number is the major version number, the second number is the minor version number, the third is the build number and the fourth is the revision number.

Note that this property value is different from the version for the embedded Edge WebView2 browser control. The BrowserVersion property can be used to determine which version of the browser control is installed on the local system.

Data Type

String

See Also

BrowserVersion Property, IsInitialized Property, RuntimeAvailable Property, Initialize Method