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

RTagTask.Remove Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.RTagTask.Remove

See Also

RTagTask Class | NAnt.SourceControl.Tasks Namespace