UsageWriterBlankLineAfterCommandDescription Property
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
public bool BlankLineAfterCommandDescription { get; set; }
Public Property BlankLineAfterCommandDescription As Boolean
Get
Set
Dim instance As UsageWriter
Dim value As Boolean
value = instance.BlankLineAfterCommandDescription
instance.BlankLineAfterCommandDescription = value
public:
property bool BlankLineAfterCommandDescription {
bool get ();
void set (bool value);
}
Property Value
Boolean to write a blank line; otherwise,
. The
default value is
.