PrintQueue.Description 属性

定义

获取打印队列说明。

public:
 virtual property System::String ^ Description { System::String ^ get(); };
public virtual string Description { get; }
member this.Description : string
Public Overridable ReadOnly Property Description As String

属性值

打印队列说明。

注解

创建队列时,说明默认为由逗号分隔的队列名称、模型和位置组成的三部分字符串。 将 Description 属性与 Comment 在通用打印对话框和打印机和传真列表中对用户可见的属性进行对比。

适用于