Click or drag to resize

AttributeBaseWebValueType Property

The value type. This property determines how the attribute value should be interpreted. There are 3 values: Integer, Float, Boolean. For attributes with an integer or float value type it means that they should interpreted as numbers. For attributes with a boolean value type it means they should be interpreted as a yes/no attribute. If a rental object does not have a boolean attribute it is the same as having the attribute with a "no" (or 0) value.

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

Property Value

Type: ArticleAttributeValueTypeWebEnum
See Also