PrintServer.NetPopup 속성

정의

인쇄 작업이 완료되었음을 알려 주는 알림을 인쇄 서버 또는 클라이언트 컴퓨터로 보낼지 나타내는 값을 가져오거나 설정합니다.

public:
 property bool NetPopup { bool get(); void set(bool value); };
public bool NetPopup { get; set; }
member this.NetPopup : bool with get, set
Public Property NetPopup As Boolean

속성 값

알림을 클라이언트 컴퓨터로 보내면 true이고, 인쇄 서버로 보내면 false입니다.

적용 대상