FindAppConfigFile.Execute Method

Definition

Find the app config

public:
 override bool Execute();
public override bool Execute ();
override this.Execute : unit -> bool
Public Overrides Function Execute () As Boolean

Returns

true in all cases.

Remarks

Execute looks first at the whole item specification; that is, it first searches app.config files that are directly in the project folder. If that fails, then it falls back to app.config files anywhere in the project.

Applies to