PVCSAddUserTask.

UserPassword Property

Summary

Gets or sets the password for the new user.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSAddUserTask

Syntax

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

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string