Gets or sets the actual offset

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 long Offset { get; set; }
Visual Basic (Declaration)
Public Property Offset As Long
Visual C++
public:
property long long Offset {
	long long get ();
	void set (long long value);
}

See Also