Table of Contents

Class GroupPolicyWirelessNetworkPermission

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

Represents an Active Directory Group Policy wireless network (IEEE 802.11) policy permission.

public class GroupPolicyWirelessNetworkPermission : GlobalSerializableClassicBase, IComparable<GroupPolicyWirelessNetworkPermission>
Inheritance
GroupPolicyWirelessNetworkPermission
Implements

Constructors

GroupPolicyWirelessNetworkPermission()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyWirelessNetworkPermission class.

public GroupPolicyWirelessNetworkPermission()

Properties

CollectionIndex

Gets the collection index.

[Browsable(false)]
public string CollectionIndex { get; }

Property Value

string

NetworkType

Gets or sets the network type.

public GroupPolicyWirelessNetworkPolicyNetworkType NetworkType { get; set; }

Property Value

GroupPolicyWirelessNetworkPolicyNetworkType

PermissionType

Gets or sets the permission type.

public GroupPolicyWirelessNetworkPermissionType PermissionType { get; set; }

Property Value

GroupPolicyWirelessNetworkPermissionType

Ssid

Gets or sets the SSID of the network.

public string Ssid { get; set; }

Property Value

string

Methods

CompareTo(GroupPolicyWirelessNetworkPermission)

Compares two CENTREL.XIA.Configuration.Types.GroupPolicyWirelessNetworkPermission objects to allow sorting by SSID, then network type.

public int CompareTo(GroupPolicyWirelessNetworkPermission other)

Parameters

other GroupPolicyWirelessNetworkPermission

The CENTREL.XIA.Configuration.Types.GroupPolicyWirelessNetworkPermission to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.GroupPolicyWirelessNetworkPermission objects.

ToString()

Returns the SSID of the network to which the permission applies.

public override string ToString()

Returns

string

The SSID of the network to which the permission applies.