| DefaultAccess Enumeration | 
            An enumeration of the default access allowed to an Internet resource.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum DefaultAccess
Public Enumeration DefaultAccess
public enum class DefaultAccess
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Unrestricted | 0 | 
            Any user may access the resource. The Addresses list's
            contents are ignored.
             | 
 | Allow | 1 | 
            Allow access to any address except those that are in Addresses.
             | 
 | Deny | 2 | 
            Deny access to all addresses except those that are in Addresses.
             | 
See Also