LoadWorkflowByInstanceKeyCommand.AcceptUninitializedInstance 속성

정의

초기화되지 않은 상태의 워크플로 인스턴스 로드를 허용할지 여부를 나타내는 값을 가져옵니다.

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

속성 값

true 초기화되지 않은 상태에서 워크플로 인스턴스를 로드할 수 있으면 이고, 그렇지 않으면 false.

적용 대상