다음을 통해 공유


PrintServerException.ServerName 속성

정의

예외가 throw되었을 때 액세스하고 있던 인쇄 서버의 이름을 가져옵니다.

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

속성 값

인쇄 서버의 이름을 지정하는 String입니다.

적용 대상