Gets a string url to redirect to. Returns string.Empty if no keyword redirect exists.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public string KeywordRedirect { get; }
Visual Basic (Declaration)
Public ReadOnly Property KeywordRedirect As String
Visual C++
public:
property String^ KeywordRedirect {
	String^ get ();
}

See Also