UsageWriterBlankLineAfterCommandDescription Property
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
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
.