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 with get
static function get Version () : Setting
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.Setting
The version of the installed Internet Explorer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.