Click or drag to resize

PropertyValuesContainerpropertyValues Field

Doesn't always contain an entry for all allowed properties and fixed fields. Keys in the dictionary are property system names or fixed field names. Values are collections of property values.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Dictionary<string, List<Object>> propertyValues

Field Value

Type: DictionaryString, ListObject
See Also