Credential.

UserName Property

Summary

The user name associated with the credentials.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
Credential

Syntax

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

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string