Skip to content

P_CommandLine_UnParserSettings_GroupSwitches

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

UnParserSettings.GroupSwitches Property

Gets or sets a value indicating whether unparsing process shall group switches.

Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public bool GroupSwitches { get; set; }

VB

Public Property GroupSwitches As Boolean
	Get
	Set

C++

public:
property bool GroupSwitches {
	bool get ();
	void set (bool value);
}

F#

member GroupSwitches : bool with get, set

Property Value

Type: Boolean

See Also

Reference

UnParserSettings Class
CommandLine Namespace

Clone this wiki locally