Table of Contents

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 = 1

The mode is allow.

Deny = 2

The mode is deny.

Unknown = 0

The mode is unknown.