Share via


IWorkflow.IsForced Property

Definition

Returns a Boolean value that specifies whether the workflow is forced or not.

public:
 property bool IsForced { bool get(); };
public bool IsForced { get; }
member this.IsForced : bool
Public ReadOnly Property IsForced As Boolean

Property Value

True if the workflow is forced, otherwise false.

Applies to