NAnt SDK Documentation - v0.92 |
|
Credential.Password Property
The password for the user name associated with the credentials.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="password", ExpandProperties:=True, ProcessXml:=True)>
Public Property Password As
String
[C#]
[TaskAttribute(Required=False, Name="password", ExpandProperties=True, ProcessXml=True)]
public
string Password {get; set;}
See Also
Credential Class | NAnt.Core.Types Namespace