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 CommandLineParserParseWithErrorHandling method 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 the ICommandWithCustomParsing interface , the value of the ParseResultStatus property will be ParseStatusNone.