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

CscTask.Checked Property

[This is preliminary documentation and subject to change.]

Specifies whether an integer arithmetic statement that is not in the scope of the checked or unchecked keywords and that results in a value outside the range of the data type should cause a run-time exception. The default is false.

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

Remarks

Corresponds with the /checked[+|-] flag.

See Also

CscTask Class | NAnt.DotNet.Tasks Namespace