Click or drag to resize

CommandNamedParameters Property

Gets or sets the command parameters list.

Namespace:  MicaSystems.Utils.CLI
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public Dictionary<string, string> NamedParameters { get; protected set; }

Property Value

Type: DictionaryString, String
See Also