NAnt SDK Documentation - v0.92 |
|
CompilerWarning.Number Property
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;}
See Also
CompilerWarning Class | NAnt.DotNet.Types Namespace