PVCSProjectDatabaseTask.

Password Property

Summary

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

Syntax

[TaskAttribute("password", Required = false)]
public string Password { get; set; }

Remarks

This is equivalent to the password part of the -id command-line option.

Attributes

Type Description
TaskAttribute

Value

Type Description
string