Table of Contents

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

BooleanOption

Port

Gets or sets the local printer port map - for example "LPT1".

public string Port { get; set; }

Property Value

string

PrinterTypeString

Gets the printer type as a human readable string.

public override string PrinterTypeString { get; set; }

Property Value

string

Reconnect

Gets or sets whether the printer should reconnect.

public BooleanOption Reconnect { get; set; }

Property Value

BooleanOption

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

BooleanOption

UnmapLocalPorts

Gets or sets whether to unmap all local ports.

public BooleanOption UnmapLocalPorts { get; set; }

Property Value

BooleanOption