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
DeviceClass
Gets or sets the device class for the device.
public string DeviceClass { get; set; }
Property Value
DeviceClassIdentifier
Gets or sets the device class identifier for the device in GUID format.
public Guid DeviceClassIdentifier { get; set; }
Property Value
DeviceType
Gets or sets the device type for the device.
public string DeviceType { get; set; }
Property Value
DeviceTypeIdentifier
Gets or sets the device type identifier for the device - for example "ACPI\ACPI0003\1".
public string DeviceTypeIdentifier { get; set; }