Gets or sets the offset from which to return results from searchd.

Namespace: Gronewold.SphinxConnector
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)

Syntax

C#
public int Offset { get; set; }
Visual Basic
Public Property Offset As Integer
	Get
	Set

Field Value

The offset.

See Also