String used to delimit property names and values when constructing a URL-friendly string. The default value of this property is ":".

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
protected string NameValueDelimiter { get; }
Visual Basic (Declaration)
Protected ReadOnly Property NameValueDelimiter As String
Visual C++
protected:
property String^ NameValueDelimiter {
	String^ get ();
}

See Also