IEnginePermissions Property |
Note: This API is now obsolete.
Gets the service that allows managing permissions for the default profile.
Namespace:
DotNetBrowser.Engine
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax [ObsoleteAttribute("Use IEngine.Profiles.Default.Permissions instead.",
false)]
IPermissions Permissions { get; }
Property Value
Type:
IPermissionsThe service that allows managing permissions for the default profile.
See Also