String used to delimit property names and values when constructing a the command state 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#
public string NameValueDelimiter { get; }
Visual Basic (Declaration)
Public ReadOnly Property NameValueDelimiter As String
Visual C++
public:
property String^ NameValueDelimiter {
	String^ get ();
}

See Also