CommandBase<T>.

DebugOutput Property

Summary

Gets or sets a value indicating whether to enable debug output on the command. This should only be used by the command code itself, never by the user.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
CommandBase<T>

Syntax

protected bool DebugOutput { get; set; }

Attributes

Type Description
EditorBrowsableAttribute
DefaultValueAttribute
BooleanArgumentAttribute This attribute can be applied to bool-properties in option classes, to specify the option to pass to the executable in case of a false or true value. By default, no options will be sent for either value.

Value

Type Description
bool