BaseTask.

UserName Property

Summary

The name of the user needed to access the Visual SourceSafe database. When no NAnt.Contrib.Tasks.SourceSafe.BaseTask.UserName is specified and "Use network name for automatic user log in" is enabled for the Visual SourceSafe database, then the current Windows username will be used to log in.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.SourceSafe
Containing Type
BaseTask

Syntax

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

Attributes

Type Description
TaskAttribute

Value

Type Description
string