PrintQueueException.PrinterName 속성

정의

예외가 throw되었을 때 액세스하고 있던 프린터의 이름을 가져옵니다.

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

속성 값

프린터의 이름을 지정하는 String입니다.

적용 대상