Click or drag to resize
DefaultAccess Enumeration
An enumeration of the default access allowed to an Internet resource.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum DefaultAccess
Members
  Member nameValueDescription
Unrestricted0 Any user may access the resource. The Addresses list's contents are ignored.
Allow1 Allow access to any address except those that are in Addresses.
Deny2 Deny access to all addresses except those that are in Addresses.
See Also