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

CheckoutTask.StickyTag Property

[This is preliminary documentation and subject to change.]

Sticky tag or revision to checkout.

[Visual Basic]
<StringValidator(AllowEmpty:=True, Expression:="^[A-Za-z0-9][A-Za-z0-9._\-]*$", ExpressionErrorMessage:="null"), _  TaskAttribute(Required:=False, Name:="sticky-tag", 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(Required=False, Name="sticky-tag", ExpandProperties=True, ProcessXml=True)]
public string StickyTag {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.CheckoutTask.StickyTag

See Also

CheckoutTask Class | NAnt.SourceControl.Tasks Namespace