WorkflowCreationContext.CreateOnly 속성

정의

워크플로 인스턴스를 일시 중단할지 아니면 만든 후에 실행해야 하는지를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool CreateOnly { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool CreateOnly { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.CreateOnly : bool with get, set
Public Property CreateOnly As Boolean

속성 값

워크플로 인스턴스가 생성된 후 일시 중단되면 워크플로가 만들어진 후 실행되면 입니다.

특성

적용 대상