UsageWriterIncludeApplicationDescription Property
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
public bool IncludeApplicationDescription { get; set; }
Public Property IncludeApplicationDescription As Boolean
	Get
	Set
Dim instance As UsageWriter
Dim value As Boolean
value = instance.IncludeApplicationDescription
instance.IncludeApplicationDescription = value
public:
property bool IncludeApplicationDescription {
	bool get ();
	void set (bool value);
}
Property Value
Boolean if the value of the 
CommandLineParserDescription property
              is written before the syntax; otherwise, 
. The default value is 
.