CommandLineParameterSuffix Enumeration
Specifies the suffix character that delimits the parameter's name from the parameter's value of a
CommandLineParameter
Namespace: DevCase.Core.Application.ParameterizationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum CommandLineParameterSuffix
Public Enumeration CommandLineParameterSuffix
Dim instance As CommandLineParameterSuffix
public enum class CommandLineParameterSuffix
type CommandLineParameterSuffix
No code example is currently available or this language may not be supported.
EqualsSign |
0 |
The equals sign character "="
For example: "/ParameterName=Value"
|
Colon |
1 |
The colon character ":"
For example: "/ParameterName:Value"
|