Table of Contents

Class GroupPolicyTcpPrinter

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

Represents an Active Directory Group Policy TCP/IP printer.

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

Constructors

GroupPolicyTcpPrinter()

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

public GroupPolicyTcpPrinter()

Properties

Address

Gets or sets the printer address.

public string Address { get; set; }

Property Value

string

Comment

Gets or sets the comment of the printer.

public string Comment { get; set; }

Property Value

string

DeleteAll

Gets or sets whether to delete all IP printer connections.

public BooleanOption DeleteAll { get; set; }

Property Value

BooleanOption

LocalName

Gets or sets the local name of the printer.

public string LocalName { get; set; }

Property Value

string

Location

Gets or sets the location of the printer.

public string Location { get; set; }

Property Value

string

LprByteCounting

Gets or sets whether the LPR byte counting is enabled.

public BooleanOption LprByteCounting { get; set; }

Property Value

BooleanOption

LprQueue

Gets or sets the LRP queue name.

public string LprQueue { get; set; }

Property Value

string

PortNumber

Gets or sets the TCP port number. This setting only applies when the protocol is set to TCP/IP (Raw).

public int PortNumber { get; set; }

Property Value

int

PrinterTypeString

Gets the printer type as a human readable string.

public override string PrinterTypeString { get; set; }

Property Value

string

Protocol

Gets or sets the printer protocol.

public GroupPolicyTcpPrinterProtocol Protocol { get; set; }

Property Value

GroupPolicyTcpPrinterProtocol

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

SnmpCommunity

Gets or sets the SNMP community string.

public string SnmpCommunity { get; set; }

Property Value

string

SnmpDeviceIndex

Gets or sets the SNMP device index.

public int SnmpDeviceIndex { get; set; }

Property Value

int

SnmpEnabled

Gets or sets whether SNMP is enabled.

public BooleanOption SnmpEnabled { get; set; }

Property Value

BooleanOption

UseDns

Gets or sets whether to use a DNS name for the printer connection.

public BooleanOption UseDns { get; set; }

Property Value

BooleanOption

UseIPv6

Gets or sets whether to use an IPv6 address for the printer connection.

public BooleanOption UseIPv6 { get; set; }

Property Value

BooleanOption