PVCSProjectDatabaseTask.

UserId Property

Summary

Gets or sets the user ID to use when connecting to the project database.

Syntax

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

Remarks

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

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string