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

CompilerWarning.Number Property

[This is preliminary documentation and subject to change.]

A warning number, or comma-separated list of warnings, that you want the compiler to suppress or report.

[Visual Basic]
<TaskAttribute(Name:="number", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property Number As String
[C#]
[TaskAttribute(Name="number", Required=True, ExpandProperties=True, ProcessXml=True)]
public string Number {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Types.CompilerWarning.Number

See Also

CompilerWarning Class | NAnt.DotNet.Types Namespace