PrintQueue.HostingPrintServer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.