Click or drag to resize

ArticleBaseWebCount Property

The count property is only relevant in a booking scenario. Fill this property with the requested number of articles.

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

Property Value

Type: Double
Remarks
Required when used in the booking service method
See Also