LabelTask.

LastBuild Property

Summary

Optional: If this property is set the label will be created as of the datetime specified. Please provide a datetime format that can be parsed via System.DateTime.Parse(System.String,System.IFormatProvider).
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.StarTeam
Containing Type
LabelTask

Syntax

[TaskAttribute("timestamp", Required = false)]
public virtual string LastBuild { set; }

Remarks

This property is ignored when NAnt.Contrib.Tasks.StarTeam.LabelTask.RevisionLabel set to true.

Attributes

Type Description
TaskAttribute

Value

Type Description
string