The string formatter for property values handled by this class.

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

See Also