NAnt SDK Documentation - v0.92 |
|
AssemblyAttribute.UnlessDefined Property
Indicates if the attribute should be not generated.
[Visual Basic]
<BooleanValidator, _
TaskAttribute(Name:="unless", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property UnlessDefined As
Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Name="unless", Required=False, ExpandProperties=True, ProcessXml=True)]
public
bool UnlessDefined {get; set;}
Property Value
true if the attribute should be not generated; otherwise, false.
See Also
AssemblyAttribute Class | NAnt.DotNet.Types Namespace