NAnt SDK Documentation - v0.92

TagTask.Remove Property

Indicates whether the tag specified in Tag should be removed or not.

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

Property Value

true if the specified tag should be removed; otherwise, false. The default is false.

See Also

TagTask Class | NAnt.SourceControl.Tasks Namespace