public ParseResult ParseResult { get; }
Public ReadOnly Property ParseResult As ParseResult
Get
Dim instance As CommandLineParser
Dim value As ParseResult
value = instance.ParseResult
public:
property ParseResult ParseResult {
ParseResult get ();
}
Use this property to get the name of the argument that canceled parsing, or to get error information if the ParseWithErrorHandling method returns .