API Reference
Class
GppPrinterEntry
Represents a GPP Printer mapping item.
Inheritance
- GppBaseEntry
- GppPrinterEntry
Constructors
public GppPrinterEntry() #Inherited Methods
Properties
public String Name { get; set; } #Printer display name.
public String Path { get; set; } #Printer path (e.g., UNC or TCP/IP address).
public String Type { get; set; } #Printer type, typically Shared or TCPIP.
public Nullable<Boolean> Default { get; set; } #Set as default printer.
public String Location { get; set; } #Printer location text.
Inherited Properties
public String Scope { get; set; } #Inherited from GppBaseEntry
public String SourceXml { get; set; } #Inherited from GppBaseEntry
public String Action { get; set; } #Inherited from GppBaseEntry
public Nullable<Boolean> Enabled { get; set; } #Inherited from GppBaseEntry
public Nullable<Boolean> HasTargeting { get; set; } #Inherited from GppBaseEntry
public Nullable<Boolean> TargetingMatched { get; set; } #Inherited from GppBaseEntry
public String TargetingSummary { get; set; } #Inherited from GppBaseEntry