SharpCvsLib

CommandLineParser.Command Property

The text value of the command that will be executed. This should be translated into one of the public API command objects.

[Visual Basic]
Public ReadOnly Property Command As String
[C#]
public string Command {get;}

Property Value

Missing <value> documentation for P:ICSharpCode.SharpCvsLib.Console.Parser.CommandLineParser.Command

See Also

CommandLineParser Class | ICSharpCode.SharpCvsLib.Console.Parser Namespace