Summary
    Gets or sets a space-separated list of relative file or folder paths to include in formatting.
    All files in the solution or project are formatted if empty.
    
		- Namespace
 - Cake
.Common .Tools .DotNet .Format  - Containing Type
 - DotNetFormatSettings
 
Syntax
public ICollection<string> Include { get; set; }
	Value
| Type | Description | 
|---|---|
| ICollection | 
					
