PVCSAddFilesTask.

Description Property

Summary

Gets or sets the description for versioned files.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSAddFilesTask

Syntax

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

Remarks

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

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string