Table of Contents

Class GroupPolicyLocalPrinter

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

Represents an Active Directory Group Policy local printer.

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

Constructors

GroupPolicyLocalPrinter()

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

public GroupPolicyLocalPrinter()

Properties

Comment

Gets or sets the comment of the printer.

public string Comment { get; set; }

Property Value

string

Location

Gets or sets the location of the printer.

public string Location { get; set; }

Property Value

string

Port

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

public string Port { get; set; }

Property Value

string

PrinterName

Gets or sets the printer name.

public string PrinterName { get; set; }

Property Value

string

PrinterTypeString

Gets the printer type as a human readable string.

public override string PrinterTypeString { get; set; }

Property Value

string