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

Credential.Password Property

[This is preliminary documentation and subject to change.]

The password for the user name associated with the credentials.

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

Remarks

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

See Also

Credential Class | NAnt.Core.Types Namespace