State.IsFinal Property

Definition

Gets or sets whether the state is a final state.

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

Property Value

Returns Boolean.

Applies to