public string? KeyValueSeparator { get; }
Public ReadOnly Property KeyValueSeparator As String
Get
Dim instance As CommandLineArgument
Dim value As String
value = instance.KeyValueSeparator
public:
property String^ KeyValueSeparator {
String^ get ();
}
This property is only meaningful if the Kind property is Dictionary.