|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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