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