Summary
Gets or sets the user whose locked files are to be unlocked. This is relevant only when
NAnt.Contrib.Tasks.PVCS.PVCSUnlockTask.UnlockMode
is set to NAnt.Contrib.Tasks.PVCS.PVCSUnlockTask.PVCSUnlockMode.SpecifiedUser
.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- PVCSUnlockTask
Syntax
[TaskAttribute("user", Required = false)]
[StringValidator(AllowEmpty = false)]
public string User { get; set; }
Attributes
Type | Description |
---|---|
TaskAttribute | |
StringValidator |
Value
Type | Description |
---|---|
string |