public UsageHelpRequest ShowUsageOnError { get; set; }
Public Property ShowUsageOnError As UsageHelpRequest
Get
Set
Dim instance As ParseOptions
Dim value As UsageHelpRequest
value = instance.ShowUsageOnError
instance.ShowUsageOnError = value
public:
property UsageHelpRequest ShowUsageOnError {
UsageHelpRequest get ();
void set (UsageHelpRequest value);
}
Only the parsing methods that automatically handle errors will use this property.
If the value of this property is not UsageHelpRequestFull, the message returned by the UsageWriterWriteMoreInfoMessage method is written instead of the omitted parts of the usage help.