PVCSPutTask.

UseSameDescription Property

Summary

Gets or sets a value indicating whether the same description should be used for all versioned items. This is true by default.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSPutTask

Syntax

[TaskAttribute("usesamedescription", Required = false)]
[BooleanValidator]
public bool UseSameDescription { get; set; }

Remarks

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

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool