다음을 통해 공유


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

속성 값

Boolean

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

적용 대상