IWorkflow.IsForced Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.