|
ConnectionStringParserKeyValueDelimiter Property
|
Gets or sets the key-value delimiter used to
separate keys from values in the connection string.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax public char KeyValueDelimiter { get; set; }
Public Property KeyValueDelimiter As Char
Get
Set
member KeyValueDelimiter : char with get, set
function get_KeyValueDelimiter();
function set_KeyValueDelimiter(value);
View SourceProperty Value
CharSee Also