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

TagTask.FailIfModified Property

[This is preliminary documentation and subject to change.]

Indicates whether the head revision should be used if the ActOnTag or the ActOnDate tags are not found.

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

Property Value

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

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.TagTask.FailIfModified

See Also

TagTask Class | NAnt.SourceControl.Tasks Namespace