다음을 통해 공유


PexSettingsAttributeBase.MaxConstraintSolverTime Property

Definition

A named parameter that specifies the constraint solver's time out value.

public:
 property int MaxConstraintSolverTime { int get(); void set(int value); };
[System.ComponentModel.Category("Boundaries")]
[System.ComponentModel.DefaultValue(1)]
[System.ComponentModel.Description("Constraint solver time out, in seconds")]
public int MaxConstraintSolverTime { get; set; }
[<System.ComponentModel.Category("Boundaries")>]
[<System.ComponentModel.DefaultValue(1)>]
[<System.ComponentModel.Description("Constraint solver time out, in seconds")>]
member this.MaxConstraintSolverTime : int with get, set
Public Property MaxConstraintSolverTime As Integer

Property Value

The constraint solver's time out value, in seconds.

Attributes

Applies to