Summary
Specifies whether
/optioncompare option gets passed to the
compiler.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- VbcTask
Syntax
[TaskAttribute("optioncompare")]
public string OptionCompare { get; set; }
Remarks
Attributes
| Type | Description |
|---|---|
| Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
| Type | Description |
|---|---|
| string |
text, binary, or an empty string. If the value is
false or an empty string, the option will not be
passed to the compiler.
|
