Click or drag to resize

SearchResultResults Property

Results for the search. Does not contain any elements unless the value [!:SearchCriteria.IncludeResults] is true.

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IList<RentalObjectSearchItemWeb> Results { get; set; }

Property Value

Type: IListRentalObjectSearchItemWeb
See Also