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);
}
If the value of this property is not Full, the ParseWithErrorHandling method, the ParseT(String, Int32, ParseOptions) method and the CommandManager class will write the message returned by the WriteMoreInfoMessage method instead of usage help.