PrintQueue::HostingPrintServer Property
.NET Framework (current version)
Gets or sets (protected) the print server that controls the print queue.
Assembly: System.Printing (in System.Printing.dll)
public: property PrintServer^ HostingPrintServer { virtual PrintServer^ get(); protected: virtual void set(PrintServer^ value); }
Property Value
Type: System.Printing::PrintServer^The name and other properties of the PrintServer that is hosting the print queue.
This property can be set only by a class that derives from PrintQueue because the property's setter is protected.
.NET Framework
Available since 3.0
Available since 3.0
Show: