Summary
    Gets or sets a value indicating whether the value is raw or should be quoted in the created attribute.
    
		- Namespace
- Cake.Common .Solution .Project .Properties 
- Containing Type
- AssemblyInfo Custom Attribute 
Syntax
public bool UseRawValue { get; set; }Value
| Type | Description | 
|---|---|
| bool | trueif should be treated as raw; otherwise,false. | 
