NAnt SDK Documentation - v0.92 |
|
RTagTask.Remove Property
Indicates whether the tag specified in Tag should be removed or not.
[Visual Basic]
<BooleanValidator, _
TaskAttribute(Name:="remove", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Remove As
Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Name="remove", Required=False, 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
RTagTask Class | NAnt.SourceControl.Tasks Namespace