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

Credential.Domain Property

[This is preliminary documentation and subject to change.]

The domain or computer name that verifies the credentials.

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

Remarks

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

See Also

Credential Class | NAnt.Core.Types Namespace