Partager via


PexSettingsAttributeBase.MaxWorkingSet Property

Definition

A named parameter that specifies the maximum working set.

public:
 property int MaxWorkingSet { int get(); void set(int value); };
[System.ComponentModel.Category("Boundaries")]
[System.ComponentModel.DefaultValue(500)]
[System.ComponentModel.Description("Maximum working set in Mb")]
public int MaxWorkingSet { get; set; }
[<System.ComponentModel.Category("Boundaries")>]
[<System.ComponentModel.DefaultValue(500)>]
[<System.ComponentModel.Description("Maximum working set in Mb")>]
member this.MaxWorkingSet : int with get, set
Public Property MaxWorkingSet As Integer

Property Value

The max working set, in MB.

Attributes

Applies to