PVCSPutTask.

Location Property

Summary

Gets or sets an alternative location for workfiles.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSPutTask

Syntax

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

Remarks

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

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string