NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
AssemblyAttribute.UnlessDefined Property
[This is preliminary documentation and subject to change.]
Indicates if the attribute should be not generated.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="unless", ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Public Property UnlessDefined As
Boolean
[C#]
[TaskAttribute(Required=False, Name="unless", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public
bool UnlessDefined {get; set;}
Property Value
true if the attribute should be not generated; otherwise, false.
Remarks
Missing <remarks> documentation for P:NAnt.DotNet.Types.AssemblyAttribute.UnlessDefined
See Also
AssemblyAttribute Class | NAnt.DotNet.Types Namespace