P_CommandLine_ParserSettings_CaseSensitive - adutton/commandline GitHub Wiki
Gets or sets a value indicating whether perform case sensitive comparisons. Note that case insensitivity only applies to parameters, not the values assigned to them (for example, enum parsing).
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public bool CaseSensitive { get; set; }VB
Public Property CaseSensitive As Boolean
Get
SetC++
public:
property bool CaseSensitive {
bool get ();
void set (bool value);
}F#
member CaseSensitive : bool with get, set
Type: Boolean