Click or drag to resize
Sandcastle Help File BuilderCommandLineArgumentIsSwitch Property
This read-only property returns whether or not the value is a command line switch.

Namespace: SandcastleBuilder.MicrosoftHelpViewer
Assembly: HelpLibraryManagerLauncher (in HelpLibraryManagerLauncher.exe) Version: 2014.11.22.0
Syntax
public bool IsSwitch { get; }

Property Value

Type: Boolean
This returns true if the value is prefixed with a slash or a dash.
See Also