BrowserWindow.AllowPopups Property
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Shared Property AllowPopups As Boolean
public static bool AllowPopups { get; set; }
public:
static property bool AllowPopups {
bool get ();
void set (bool value);
}
static member AllowPopups : bool with get, set
static function get AllowPopups () : boolean
static function set AllowPopups (value : boolean)
Property Value
Type: Boolean
.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.