NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
Package.IfDefined Property
[This is preliminary documentation and subject to change.]
Indicates if the package should be passed to the task. If true then the package will be passed; otherwise, skipped. The default is true.
[Visual Basic]
<BooleanValidator, _
TaskAttribute(Required:=False, Name:="if", ExpandProperties:=True, ProcessXml:=True)>
Public Property IfDefined As
Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Required=False, Name="if", ExpandProperties=True, ProcessXml=True)]
public
bool IfDefined {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.DotNet.Types.Package.IfDefined
See Also
Package Class | NAnt.DotNet.Types Namespace