public bool IncludeInUsageHelp { get; set; }Public Property IncludeInUsageHelp As Boolean
	Get
	Set
Dim instance As RequiresAnyAttribute
Dim value As Boolean
value = instance.IncludeInUsageHelp
instance.IncludeInUsageHelp = valuepublic:
property bool IncludeInUsageHelp {
	bool get ();
	void set (bool value);
}This has no effect if the IncludeValidatorsInDescription property is .
The help text is the value returned by GetUsageHelp(CommandLineParser).