NAnt SDK Documentation - v0.92

AbstractSourceControlTask.CommandOptions Property

A collection of options that can be used to modify the default behavoir of the version control commands. See the sub-tasks for implementation specifics.

[Visual Basic]
Public Property CommandOptions As Hashtable
[C#]
public System.Collections.Hashtable CommandOptions {get; set;}

See Also

AbstractSourceControlTask Class | NAnt.SourceControl.Tasks Namespace