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.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic bool AddDashesToOption { get; set; }
public:
property bool AddDashesToOption {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also