Edit

Share via


ParseError.SymbolResult Property

Definition

The symbol result detailing the symbol that failed to parse and the tokens involved.

public:
 property System::CommandLine::Parsing::SymbolResult ^ SymbolResult { System::CommandLine::Parsing::SymbolResult ^ get(); };
public System.CommandLine.Parsing.SymbolResult? SymbolResult { get; }
member this.SymbolResult : System.CommandLine.Parsing.SymbolResult
Public ReadOnly Property SymbolResult As SymbolResult

Property Value

Applies to