Returns the offset for the previous block of pages.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public virtual Nullable<long> PreviousBlockOffset { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property PreviousBlockOffset As Nullable(Of Long)
Visual C++
public:
virtual property Nullable<long long> PreviousBlockOffset {
	Nullable<long long> get ();
}

See Also