PrintQueue::Description Property
.NET Framework (current version)
Gets a description of the print queue.
Assembly: System.Printing (in System.Printing.dll)
public: property String^ Description { virtual String^ get(); internal: virtual void set(String^ value); }
When the queue is created, the description defaults to a three part string that consists of the queue name, model, and location separated by commas. Contrast the Description property with the Comment property which is visible to users in the common print dialog and the Printers and Faxes list.
.NET Framework
Available since 3.0
Available since 3.0
Show: