Click or drag to resize
HelpTextAddDashesToOption Property
Gets or sets a value indicating whether the format of options should contain dashes. It modifies behavior of AddOptions(Object) method.

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public bool AddDashesToOption { get; set; }

Property Value

Type: Boolean
See Also