NAnt SDK Documentation - v0.92 |
|
CompilerWarning.UnlessDefined Property
If true then the element will be skipped; otherwise, processed. The default is false.
[Visual Basic]
<TaskAttribute(Name:="unless", Required:=False, ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Public Property UnlessDefined As
Boolean
[C#]
[TaskAttribute(Name="unless", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public
bool UnlessDefined {get; set;}
See Also
CompilerWarning Class | NAnt.DotNet.Types Namespace