Returns or sets the DisplayKeyName for this instance.

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

Syntax

C#
public string DisplayKeyName { get; set; }
Visual Basic (Declaration)
Public Property DisplayKeyName As String
Visual C++
public:
property String^ DisplayKeyName {
	String^ get ();
	void set (String^ value);
}

See Also