PrintQueue::QueuePort Property

 

Gets or sets the port that the queue uses.

Namespace:   System.Printing
Assembly:  System.Printing (in System.Printing.dll)

public:
property PrintPort^ QueuePort {
	virtual PrintPort^ get();
	virtual void set(PrintPort^ value);
}

Property Value

Type: System.Printing::PrintPort^

The PrintPort that is assigned to the print queue.

.NET Framework
Available since 3.0
Return to top
Show: