Specifies that the dimension name (that is, the root dimension name) should be used as the key when looking up IDimensionValuePathFormatters, instead of the root dimension id. Set to "false" by default.

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 bool UseDimensionNameAsKey { get; set; }
Visual Basic (Declaration)
Public Property UseDimensionNameAsKey As Boolean
Visual C++
public:
property bool UseDimensionNameAsKey {
	bool get ();
	void set (bool value);
}

See Also