IESettings.Version Property

Gets the version of the installed Internet Explorer.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Version As Setting
public static Setting Version { get; }
public:
static property Setting^ Version {
    Setting^ get ();
}
static member Version : Setting
static function get Version () : Setting

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.Setting
The version of the installed Internet Explorer.

.NET Framework Security

See Also

Reference

IESettings Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace