Returns the offset for the next block of pages.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

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

See Also