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

属性值

Boolean

如果该工作流实例在创建之后被挂起,则为 true;如果该工作流在创建之后运行,则为 false

属性

适用于