Click or drag to resize

CustomerCustomProperties Property

A generic set of name value pairs. Will return an Empty List if no CustomProperties are defined

Namespace:  Micros.PosCore.GuestProfile
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public List<CustomProperty> CustomProperties { get; set; }

Property Value

Type: ListCustomProperty
See Also