NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
TagTask.Remove Property
[This is preliminary documentation and subject to change.]
Indicates whether the tag specified in Tag should be removed or not.
[Visual Basic]
<TaskAttribute(Name:="remove", Required:=False, ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Public Property Remove As
Boolean
[C#]
[TaskAttribute(Name="remove", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public
bool Remove {get; set;}
Property Value
true if the specified tag should be removed; otherwise, false. The default is false.
Remarks
Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.TagTask.Remove
See Also
TagTask Class | NAnt.SourceControl.Tasks Namespace