Enum IisIPRestrictionMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The mode for the IP or domain restriction.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisIPRestrictionMode
Fields
Allow = 1The mode is allow.
Deny = 2The mode is deny.
Unknown = 0The mode is unknown.