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

Formatter.UnlessDefined Property

[This is preliminary documentation and subject to change.]

Indicates if the formatter should be not used to format the timestamp. If false then the formatter will be used; otherwise, skipped. The default is false.

[Visual Basic]
<TaskAttribute(Name:="unless", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property UnlessDefined As Boolean
[C#]
[TaskAttribute(Name="unless", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool UnlessDefined {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.Formatter.UnlessDefined

See Also

Formatter Class | NAnt.Core.Types Namespace