String used to delimit properties (each of which is represented by a name/value pair) 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.1.0 (2.1.1.620)

Syntax

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

See Also