NAnt SDK Documentation - v0.85-nightly-2005-11-09

Package.UnlessDefined Property

[This is preliminary documentation and subject to change.]

Indicates if the package should not be passed to the task. If false then the package will be passed; otherwise, skipped. The default is false.

[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;}

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Types.Package.UnlessDefined

See Also

Package Class | NAnt.DotNet.Types Namespace