다음을 통해 공유


PrintWorkflowTriggerDetails.PrintWorkflowSession 속성

정의

트리거된 백그라운드 작업의 동작을 관리해야 하는 인쇄 워크플로 세션 개체를 가져옵니다.

public:
 property PrintWorkflowBackgroundSession ^ PrintWorkflowSession { PrintWorkflowBackgroundSession ^ get(); };
PrintWorkflowBackgroundSession PrintWorkflowSession();
public PrintWorkflowBackgroundSession PrintWorkflowSession { get; }
var printWorkflowBackgroundSession = printWorkflowTriggerDetails.printWorkflowSession;
Public ReadOnly Property PrintWorkflowSession As PrintWorkflowBackgroundSession

속성 값

단일 인쇄 워크플로 백그라운드 세션입니다.

적용 대상