WorkflowQueue.Enabled プロパティ

定義

WorkflowQueueが有効かどうかを示す値を取得または設定します。

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

プロパティ値

true WorkflowQueueが有効な場合は。それ以外の場合はfalse

適用対象