PrintJobException.PrintQueueName 속성

정의

예외가 throw되었을 때 인쇄 작업을 호스팅한 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입니다.

적용 대상