Summary
Gets or sets the user name for the new user.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- PVCSAddUserTask
Syntax
[TaskAttribute("username", Required = true)]
[StringValidator(AllowEmpty = false)]
public string UserName { get; set; }
Attributes
| Type | Description |
|---|---|
| TaskAttribute | |
| StringValidator |
Value
| Type | Description |
|---|---|
| string |
