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