PVCSCreateProjectTask.

WorkfileLocation Property

Summary

Gets or sets the workfile location for the created project.

Syntax

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

Remarks

This is equivalent to the -w parameter to the pcli createproject command.

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string