Summary
    Gets or sets the app.config path.
    
		- Namespace
 - Cake
.EntityFramework .CakeTranslation  - Containing Type
 - EfMigratorSettings
 
Syntax
public DirectoryPath AppConfigPath { get; set; }
	Value
| Type | Description | 
|---|---|
| DirectoryPath | The path to the app.config (or web.config) containing the settings/configurations used by EF. |