Edit

Share via


PrintQueue.HostingPrintServer Property

Definition

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

public virtual System.Printing.PrintServer HostingPrintServer { get; protected set; }

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