ParameterTypeValidEquates Field
|
List of strings that will be accepted as equals text.
For example, a command like TEST MYPARM = HELLO, the "=" is the ValidEquate.
You can accept more than one character or string as a valid equals string
such as this: TEST MYPARM := HELLO, the ":=" string is the ValidEquate.
You can have it accept more than just one at any time.
Namespace:
us.FreeWill.CommandLine
Assembly:
CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax public List<string> ValidEquates
Field Value
Type:
ListStringSee Also