Gets or sets the previous block offset text. Defaults to "<".
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
[DefaultValueAttribute("<")] public string PreviousPageText { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute("<")> _ Public Property PreviousPageText As String |
| Visual C++ |
|---|
[DefaultValueAttribute(L"<")] public: property String^ PreviousPageText { String^ get (); void set (String^ value); } |