PrintJobException.PrintQueueName 属性

定义

获取发生异常时正在承载打印作业的 PrintQueue 的名称。

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

属性值

一个 String,它指定 PrintQueue 的名称。

适用于