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