String used to delimit properties (each of which is represented by a name/value pair) when constructing the command state. 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#
public string PropertyDelimiter { get; }
Visual Basic (Declaration)
Public ReadOnly Property PropertyDelimiter As String
Visual C++
public:
property String^ PropertyDelimiter {
	String^ get ();
}

See Also