WriteUsageOptionsIncludeApplicationDescription Property |
Gets or sets a value indicating whether the value of the
Description property
is written before the syntax.
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic bool IncludeApplicationDescription { get; set; }
Public Property IncludeApplicationDescription As Boolean
Get
Set
Dim instance As WriteUsageOptions
Dim value As Boolean
value = instance.IncludeApplicationDescription
instance.IncludeApplicationDescription = value
public:
property bool IncludeApplicationDescription {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean if the value of the
Description property
is written before the syntax; otherwise,
. The default value is
.
See Also