NAnt SDK Documentation - v0.92

UpdateTask.StickyTag Property

Sticky tag or revision to update the local file to.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="sticky-tag", ExpandProperties:=True, ProcessXml:=True)>
Public Property StickyTag As String
[C#]
[TaskAttribute(Required=False, Name="sticky-tag", ExpandProperties=True, ProcessXml=True)]
public string StickyTag {get; set;}

Property Value

A valid cvs tag.

See Also

UpdateTask Class | NAnt.SourceControl.Tasks Namespace