NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
AbstractSourceControlTask.Password Property
[This is preliminary documentation and subject to change.]
NOTE: This property is now obsolete.
Use <cvs-pass> task instead.
The password for logging in to the repository.
[Visual Basic]
<Obsolete(Message:="Use <cvs-pass> task instead.", IsError:=True), _
TaskAttribute(Required:=False, Name:="password", ExpandProperties:=True, ProcessXml:=True)>
Overridable Public Property Password As
String
[C#]
[Obsolete(Message="Use <cvs-pass> task instead.", IsError=True)]
[TaskAttribute(Required=False, Name="password", ExpandProperties=True, ProcessXml=True)]
public virtual
string Password {get; set;}
Property Value
The password for logging in to the repository.
Remarks
Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.Password
See Also
AbstractSourceControlTask Class | NAnt.SourceControl.Tasks Namespace