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

CvsPass.PassFile Property

[This is preliminary documentation and subject to change.]

The full path to the .cvspass file. The default is ~/.cvspass.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="passfile", ExpandProperties:=True, ProcessXml:=True)>
Public Property PassFile As FileInfo
[C#]
[TaskAttribute(Required=False, Name="passfile", ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo PassFile {get; set;}

Property Value

Remarks

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

See Also

CvsPass Class | NAnt.SourceControl.Tasks Namespace