WebBrowserPermission::Level Property
.NET Framework (current version)
Gets or sets the current value of the Web browser permission level.
Assembly: WindowsBase (in WindowsBase.dll)
public: property WebBrowserPermissionLevel Level { WebBrowserPermissionLevel get(); void set(WebBrowserPermissionLevel value); }
Property Value
Type: System.Security.Permissions::WebBrowserPermissionLevelThe current value of the Web browser permission level.
Members of this class are either not typically used in XAML, or cannot be used in XAML.
The following code example shows how to retrieve the WebBrowserPermissionLevel value for the WebBrowserPermission.
.NET Framework
Available since 3.0
Available since 3.0
Show: