BaseTask.

Login 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, 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("user", Required = false)]
[Obsolete("Use \"username\" attribute instead.", false)]
public virtual string Login { get; set; }

Attributes

Type Description
TaskAttribute
ObsoleteAttribute

Value

Type Description
string