PexSettingsAttributeBase.DisablePostAnalysis Property

Definition

A named parameter that specifies whether to disable the post analysis.

public:
 property bool DisablePostAnalysis { bool get(); void set(bool value); };
[System.ComponentModel.Category("Experimental")]
[System.ComponentModel.DefaultValue(false)]
[System.ComponentModel.Description("Whether the post analysis should be disabled")]
public bool DisablePostAnalysis { get; set; }
[<System.ComponentModel.Category("Experimental")>]
[<System.ComponentModel.DefaultValue(false)>]
[<System.ComponentModel.Description("Whether the post analysis should be disabled")>]
member this.DisablePostAnalysis : bool with get, set
Public Property DisablePostAnalysis As Boolean

Property Value

Set to true to disable the post analysis and false otherwise.

Attributes

Applies to