Click or drag to resize

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

Property Value

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