Summary
Sticky tag or revision to checkout.
- Assembly
- NAnt
.SourceControl .dll - Namespace
- NAnt
.SourceControl .Tasks - Containing Type
- CheckoutTask
Syntax
[TaskAttribute("sticky-tag", Required = false)]
[StringValidator(AllowEmpty = true, Expression = @"^[A-Za-z0-9][A-Za-z0-9._\-]*$")]
public string StickyTag { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
String |
Used to indicate whether a string property should allow
an empty string value or not.
|
Value
Type | Description |
---|---|
string |