Property keys for properties that should be included in the URL, in the order they will appear in the URL string.

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

See Also