IESettings.InternetZoneSecurity Property

 

Gets the Internet zone security settings.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

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

Property Value

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

The Internet zone security settings.

See Also

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

Return to top