NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
AbstractSourceControlTask.PassFile Property
[This is preliminary documentation and subject to change.]
The full path to the cached password file. If not specified then the environment variables are used to try and locate the file.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="passfile", ExpandProperties:=True, ProcessXml:=True)>
Overridable Public Property PassFile As
FileInfo
[C#]
[TaskAttribute(Required=False, Name="passfile", ExpandProperties=True, ProcessXml=True)]
public virtual
System.IO.FileInfo PassFile {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.PassFile
See Also
AbstractSourceControlTask Class | NAnt.SourceControl.Tasks Namespace