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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.