Click or drag to resize

RentalObjectSearchItemWebText1 Property

A description of the rental object (prosa).

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

Property Value

Type: String
Remarks
Gets and sets the content of the same field(this._text) as DetailResult.Text. But this new property has been added so an update of all webclients calling the Details method can avoided.
See Also