IESettings.DefaultBrowser Property
Gets the default browser setting.
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 DefaultBrowser As Setting
public static Setting DefaultBrowser { get; }
public:
static property Setting^ DefaultBrowser {
Setting^ get ();
}
static member DefaultBrowser : Setting with get
static function get DefaultBrowser () : Setting
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.Setting
The default browser setting.
.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.