PrintQueue.HostingPrintServer Property

Definition

Gets or sets (protected) the print server that controls the print queue.

public:  virtual property System::Printing::PrintServer ^ HostingPrintServer {  public:
System::Printing::PrintServer ^ get(); protected:
 void set(System::Printing::PrintServer ^ value); };
public virtual System.Printing.PrintServer HostingPrintServer { get; protected set; }
member this.HostingPrintServer : System.Printing.PrintServer with get, set
Public Overridable Property HostingPrintServer As PrintServer

Property Value

The name and other properties of the PrintServer that is hosting the print queue.

Remarks

This property can be set only by a class that derives from PrintQueue because the property's setter is protected.

Applies to