PexSettingsAttributeBase.MaxConstraintSolverMemory 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 memory limit.
public:
property int MaxConstraintSolverMemory { int get(); void set(int value); };
[System.ComponentModel.Category("Boundaries")]
[System.ComponentModel.DefaultValue(256)]
[System.ComponentModel.Description("Constraint solver memory limit, in MB")]
public int MaxConstraintSolverMemory { get; set; }
[<System.ComponentModel.Category("Boundaries")>]
[<System.ComponentModel.DefaultValue(256)>]
[<System.ComponentModel.Description("Constraint solver memory limit, in MB")>]
member this.MaxConstraintSolverMemory : int with get, set
Public Property MaxConstraintSolverMemory As Integer
Property Value
The constraint solver's memory limit, in MB.
- Attributes