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
Comment
Gets or sets the comment of the printer.
public string Comment { get; set; }
Property Value
DeleteAll
Gets or sets whether to delete all IP printer connections.
public BooleanOption DeleteAll { get; set; }
Property Value
LocalName
Gets or sets the local name of the printer.
public string LocalName { get; set; }
Property Value
Location
Gets or sets the location of the printer.
public string Location { get; set; }
Property Value
LprByteCounting
Gets or sets whether the LPR byte counting is enabled.
public BooleanOption LprByteCounting { get; set; }
Property Value
LprQueue
Gets or sets the LRP queue name.
public string LprQueue { get; set; }
Property Value
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
PrinterTypeString
Gets the printer type as a human readable string.
public override string PrinterTypeString { get; set; }
Property Value
Protocol
Gets or sets the printer protocol.
public GroupPolicyTcpPrinterProtocol Protocol { 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
SnmpCommunity
Gets or sets the SNMP community string.
public string SnmpCommunity { get; set; }
Property Value
SnmpDeviceIndex
Gets or sets the SNMP device index.
public int SnmpDeviceIndex { get; set; }
Property Value
SnmpEnabled
Gets or sets whether SNMP is enabled.
public BooleanOption SnmpEnabled { get; set; }
Property Value
UseDns
Gets or sets whether to use a DNS name for the printer connection.
public BooleanOption UseDns { get; set; }
Property Value
UseIPv6
Gets or sets whether to use an IPv6 address for the printer connection.
public BooleanOption UseIPv6 { get; set; }