API Reference
Class
GppPrinterEntry
Represents a GPP Printer mapping item.
Inheritance
- GppBaseEntry
- GppPrinterEntry
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property GpoPreferencesSummary.Printers
Constructors
public GppPrinterEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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