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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.