NAnt SDK Documentation - v0.85-nightly-2005-11-09

VbcTask.RemoveIntChecks Property

[This is preliminary documentation and subject to change.]

Specifies whether the /removeintchecks option gets passed to the compiler. The default is false.

[Visual Basic]
<TaskAttribute(Name:="removeintchecks", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property RemoveIntChecks As Boolean
[C#]
[TaskAttribute(Name="removeintchecks", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool RemoveIntChecks {get; set;}

Property Value

true if the option should be passed to the compiler; otherwise, false.

Remarks

See the Microsoft.NET Framework SDK documentation for details.

See Also

VbcTask Class | NAnt.DotNet.Tasks Namespace