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