| CommandLineArgumentIsSwitch Property |
This read-only property returns whether or not the value is a
command line switch.
Namespace: SandcastleBuilder.MicrosoftHelpViewerAssembly: HelpLibraryManagerLauncher (in HelpLibraryManagerLauncher.exe) Version: 2014.11.22.0
Syntax public bool IsSwitch { get; }
Public ReadOnly Property IsSwitch As Boolean
Get
public:
property bool IsSwitch {
bool get ();
}
member IsSwitch : bool with get
Property Value
Type:
BooleanThis returns true if the value is prefixed with a slash
or a dash.
See Also