URLZONE Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class URLZONE
C++/CX
public enum class URLZONE
enum URLZONE
public enum URLZONE
type URLZONE =
Public Enum URLZONE
- Inheritance
-
URLZONE
Name | Value | Description |
---|---|---|
URLZONE_LOCAL_MACHINE | 0 | |
URLZONE_PREDEFINED_MIN | 0 | |
URLZONE_INTRANET | 1 | |
URLZONE_TRUSTED | 2 | |
URLZONE_INTERNET | 3 | |
URLZONE_UNTRUSTED | 4 | |
URLZONE_PREDEFINED_MAX | 999 | |
URLZONE_USER_MIN | 1000 | |
URLZONE_USER_MAX | 10000 |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |