CommandLineToolSwitch.Separator Property

Definition

The separator indicates the characters that go between the switch and the string in the string typed case, the characters that go between each name for the string array case, or the characters that go between the switch and the appendage for the boolean case.

public:
 property System::String ^ Separator { System::String ^ get(); void set(System::String ^ value); };
public string Separator { get; set; }
member this.Separator : string with get, set
Public Property Separator As String

Property Value

String

The separator between the switch and its arguments.

Applies to