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

AbstractSourceControlTask.CommandOptions Property

[This is preliminary documentation and subject to change.]

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;}

Remarks

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

See Also

AbstractSourceControlTask Class | NAnt.SourceControl.Tasks Namespace