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
- Assembly
Info Custom Attribute
Syntax
public bool UseRawValue { get; set; }
Value
Type | Description |
---|---|
bool |
true if should be treated as raw; otherwise, false .
|