PVCSProjectDatabaseTask.

Workspace Property

Summary

Gets or sets the workspace to use when connecting to the project database.

Syntax

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

Remarks

This is equivalent to the -sp command-line option.

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string