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

AbstractSourceControlTask.PropExeName Field

[This is preliminary documentation and subject to change.]

Property name used to specify the source control executable. This is used as a readonly property.

[Visual Basic]
Protected Const PropExeName As String = "sourcecontrol.exename"
[C#]
protected const string PropExeName = "sourcecontrol.exename";

Remarks

Missing <remarks> documentation for F:NAnt.SourceControl.Tasks.AbstractSourceControlTask.PropExeName

See Also

AbstractSourceControlTask Class | NAnt.SourceControl.Tasks Namespace