PVCSPutTask.

Description Property

Summary

Gets or sets the description to be applied to the checked in revisions.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSPutTask

Syntax

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

Remarks

This is equivalent to the -m parameter to the pcli put command.

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string