Click or drag to resize

SearchOwnersCriteriaOffset Property

Offset to use for paging the results, ie. if set to 20 results from index 20 and on up to Count is returned.If null paging is not used

Namespace:  Tse.EasyBook.Server.DataContracts.OwnerLogin
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int? Offset { get; set; }

Property Value

Type: NullableInt32
Remarks
Paging used 1-based indexes
See Also