Click or drag to resize

SearchCriteriaSingleSearchPhrase Property

A search phrase expressed as a list of rental object numbers divided by comma to narrow the search to specific rental objects. Example: 62-3433,54-3456, etc..

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 string SingleSearchPhrase { get; set; }

Property Value

Type: String
Remarks
This property is optional.
See Also