Partager via


WorkflowStep.IsStepComplete Property

Definition

Gets or sets a Boolean value that specifies whether a step is complete.

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

Property Value

True if the step is complete, otherwise false.

Applies to