CheckpointTask.

Description Property

Summary

The description of the checkpoint.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Mks
Containing Type
CheckpointTask

Syntax

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

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string