The string formatter for property values handled by this class.
Namespace:
Endeca.Web.Url.Seo.FormattingAssembly: Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)
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); } |