NAnt SDK Documentation - v0.92

Credential.Domain Property

The domain or computer name that verifies the credentials.

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

See Also

Credential Class | NAnt.Core.Types Namespace