Summary
Gets the command to execute with the Mercurial command line client.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- CommandBase
<T>
Syntax
public virtual string Command { get; }
Remarks
Note that this property is required to return a non-null non-empty (including whitespace) string,
as it will be used to specify which command to execute for the Mercurial command line client. You're
not required to call the base property though, as long as you descend from
MercurialCommandBase<T>
.
Value
Type | Description |
---|---|
string |