CheckpointTask.

Label Property

Summary

The label to apply to the checkpoint.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Mks
Containing Type
CheckpointTask

Syntax

[TaskAttribute("label", Required = true)]
[StringValidator(AllowEmpty = false)]
public string Label { get; set; }

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string