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

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

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.Setting

The version of the installed Internet Explorer.

See Also

IESettings Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top