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

AbstractSourceControlTask.VcsHome Property

[This is preliminary documentation and subject to change.]

The path to the specific home directory of the version control system, this can be where the binary files are kept, or other app information.

[Visual Basic]
Protected ReadOnly Property VcsHome As DirectoryInfo
[C#]
protected System.IO.DirectoryInfo VcsHome {get;}

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.AbstractSourceControlTask.VcsHome

See Also

AbstractSourceControlTask Class | NAnt.SourceControl.Tasks Namespace