public ParseResult ParseResult { get; }
Public ReadOnly Property ParseResult As ParseResult
Get
Dim instance As CommandManager
Dim value As ParseResult
value = instance.ParseResult
public:
property ParseResult ParseResult {
ParseResult get ();
}
If the ParseWithErrorHandling was not invoked, for example because the CreateCommand method has not been called, no command name was specified, an unknown command name was specified, or the command used custom parsing, the value of the Status property will be None.