Table of Contents

Enum GroupPolicyWirelessNetworkPermissionType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The wireless network (IEEE 802.11) policy type.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyWirelessNetworkPermissionType

Fields

Allowed = 1

The policy permission type is allow.

Denied = 2

The policy permission type is deny.

Unknown = 0

The policy permission type is unknown.