PexAssemblySettingsAttribute.IgnoreAppConfig Property

Definition

Gets or sets a value indicating whether ignores app config files (instead of forcing loading in a separate app domain)

public:
 property bool IgnoreAppConfig { bool get(); void set(bool value); };
[System.ComponentModel.Category("Main")]
[System.ComponentModel.DefaultValue(false)]
public bool IgnoreAppConfig { get; set; }
[<System.ComponentModel.Category("Main")>]
[<System.ComponentModel.DefaultValue(false)>]
member this.IgnoreAppConfig : bool with get, set
Public Property IgnoreAppConfig As Boolean

Property Value

Returns Boolean.

Attributes

Applies to