Table of Contents

Class GroupPolicyDevice

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

Represents an Active Directory Group Policy deivce.

public class GroupPolicyDevice : GroupPolicyPreferenceBase, IComparable<GroupPolicyPreferenceBase>
Inheritance
GroupPolicyDevice
Implements
Inherited Members

Constructors

GroupPolicyDevice()

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

public GroupPolicyDevice()

Properties

DeviceAction

Gets or sets the device action.

public GroupPolicyDeviceAction DeviceAction { get; set; }

Property Value

GroupPolicyDeviceAction

DeviceClass

Gets or sets the device class for the device.

public string DeviceClass { get; set; }

Property Value

string

DeviceClassIdentifier

Gets or sets the device class identifier for the device in GUID format.

public Guid DeviceClassIdentifier { get; set; }

Property Value

Guid

DeviceType

Gets or sets the device type for the device.

public string DeviceType { get; set; }

Property Value

string

DeviceTypeIdentifier

Gets or sets the device type identifier for the device - for example "ACPI\ACPI0003\1".

public string DeviceTypeIdentifier { get; set; }

Property Value

string