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

CvsPass.Password Property

[This is preliminary documentation and subject to change.]

Password to append or update to the .cvspass file.

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

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.CvsPass.Password

See Also

CvsPass Class | NAnt.SourceControl.Tasks Namespace