Summary
    Adds a property to the configuration.
    
		- Namespace
- Cake.Common .Tools .DotNet .MSBuild 
- Containing Type
- DotNet M S Build Settings Extensions 
Syntax
public static DotNetMSBuildSettings WithProperty(this DotNetMSBuildSettings settings, string name, params string[] values)Parameters
| Name | Type | Description | 
|---|---|---|
| settings | Dot | The settings. | 
| name | string | The property name. | 
| values | string[] | The property values. | 
Return Value
| Type | Description | 
|---|---|
| Dot | The same DotNetMSBuildSettingsinstance so that multiple calls can be chained. | 
