Class GroupPolicySharedPrinter
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy shared printer.
public class GroupPolicySharedPrinter : GroupPolicyPrinterBase, IComparable<GroupPolicyPreferenceBase>
- Inheritance
-
GroupPolicySharedPrinter
- Implements
- Inherited Members
Constructors
GroupPolicySharedPrinter()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicySharedPrinter class.
public GroupPolicySharedPrinter()
Properties
DeleteAll
Gets or sets whether to delete all shared printer connections.
public BooleanOption DeleteAll { get; set; }
Property Value
Port
Gets or sets the local printer port map - for example "LPT1".
public string Port { get; set; }
Property Value
PrinterTypeString
Gets the printer type as a human readable string.
public override string PrinterTypeString { get; set; }
Property Value
Reconnect
Gets or sets whether the printer should reconnect.
public BooleanOption Reconnect { get; set; }
Property Value
SkipLocal
Gets or sets whether the printer should not be made the default printer if a local printer is present.
public BooleanOption SkipLocal { get; set; }
Property Value
UnmapLocalPorts
Gets or sets whether to unmap all local ports.
public BooleanOption UnmapLocalPorts { get; set; }