NAnt SDK Documentation - v0.85-nightly-2005-11-09

Credential.UserName Property

[This is preliminary documentation and subject to change.]

The user name associated with the credentials.

[Visual Basic]
<TaskAttribute(Name:="username", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property UserName As String
[C#]
[TaskAttribute(Name="username", Required=False, ExpandProperties=True, ProcessXml=True)]
public string UserName {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.Credential.UserName

See Also

Credential Class | NAnt.Core.Types Namespace