Class GroupPolicyPrinterBase
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy printer.
public abstract class GroupPolicyPrinterBase : GroupPolicyPreferenceBase, IComparable<GroupPolicyPreferenceBase>
- Inheritance
-
GroupPolicyPrinterBase
- Implements
- Derived
- Inherited Members
Constructors
GroupPolicyPrinterBase()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyPrinterBase class.
public GroupPolicyPrinterBase()
Properties
Path
Gets or sets the printer path.
public string Path { get; set; }
Property Value
PrinterTypeString
Gets the printer type as a human readable string.
public abstract string PrinterTypeString { get; set; }
Property Value
SetAsDefault
Gets or sets whether the printer should be made the default printer.
public BooleanOption SetAsDefault { get; set; }