Click or drag to resize

PropertyValues Property

Values for the property. Use AddValue() to add a value.

Namespace:  Omada.OE.AppLogic.Serialization.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public IEnumerable<PropertyValue> Values { get; }

Property Value

Type: IEnumerablePropertyValue
See Also