PexSettingsAttributeBase.MaxConstraintSolverTime 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.
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