BrowserWindow.Version Property
Gets the version of the Web browser.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Version As Version
public virtual Version Version { get; }
public:
virtual property Version^ Version {
Version^ get ();
}
abstract Version : Version
override Version : Version
function get Version () : Version
Property Value
Type: System.Version
The version of the Web browser.
.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.