DictionaryArgumentInfoKeyValueSeparator Property
            Gets the separator for key/value pairs.
            
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public string KeyValueSeparator { get; }
Public ReadOnly Property KeyValueSeparator As String
	Get
Dim instance As DictionaryArgumentInfo
Dim value As String
value = instance.KeyValueSeparator
public:
property String^ KeyValueSeparator {
	String^ get ();
}
Property Value
String
            The custom value specified using the 
KeyValueSeparatorAttribute attribute, or
            
KeyValuePairConverterDefaultSeparator if no attribute was
            present.