NAnt SDK Documentation - v0.92 |
|
CheckoutTask.StickyTag Property
Sticky tag or revision to checkout.
[Visual Basic]
<StringValidator(AllowEmpty:=True, Expression:="^[A-Za-z0-9][A-Za-z0-9._\-]*$", ExpressionErrorMessage:="null"), _
TaskAttribute(Name:="sticky-tag", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property StickyTag As
String
[C#]
[StringValidator(AllowEmpty=True, Expression="^[A-Za-z0-9][A-Za-z0-9._\-]*$", ExpressionErrorMessage="null")]
[TaskAttribute(Name="sticky-tag", Required=False, ExpandProperties=True, ProcessXml=True)]
public
string StickyTag {get; set;}
See Also
CheckoutTask Class | NAnt.SourceControl.Tasks Namespace