Edit

Share via


WebBrowserPermission.Level Property

Definition

Gets or sets the current value of the Web browser permission level.

public:
 property System::Security::Permissions::WebBrowserPermissionLevel Level { System::Security::Permissions::WebBrowserPermissionLevel get(); void set(System::Security::Permissions::WebBrowserPermissionLevel value); };
public System.Security.Permissions.WebBrowserPermissionLevel Level { get; set; }
member this.Level : System.Security.Permissions.WebBrowserPermissionLevel with get, set
Public Property Level As WebBrowserPermissionLevel

Property Value

The current value of the Web browser permission level.

Applies to