Gets or sets the offset within the results.

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

Syntax

C#
[DefaultValueAttribute(null)]
public Nullable<long> AggregateRecordOffset { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(Nothing)> _
Public Property AggregateRecordOffset As Nullable(Of Long)
Visual C++
[DefaultValueAttribute(nullptr)]
public:
property Nullable<long long> AggregateRecordOffset {
	Nullable<long long> get ();
	void set (Nullable<long long> value);
}

See Also