IActionConstraint.Order Property

Definition

The constraint order.

public:
 property int Order { int get(); };
public int Order { get; }
member this.Order : int
Public ReadOnly Property Order As Integer

Property Value

Remarks

Constraints are grouped into stages by the value of Order. See remarks on IActionConstraint.

Applies to