Gets or sets the separator to use between formatted DimensionValuePaths. For example if there are registered IDimensionValuePathFormatters for the Wine dimension and the Vintage dimension: [Wine-Red-Merlot][Separator][1992] The default separator is '/'

Namespace:  Endeca.Web.Url.Seo.Formatting
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public char Separator { get; set; }
Visual Basic (Declaration)
Public Property Separator As Char
Visual C++
public:
property wchar_t Separator {
	wchar_t get ();
	void set (wchar_t value);
}

See Also