Click or drag to resize

ExchangeObjectProperties Property

Property values for the object. Use AddProperty() to add a property.

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

Property Value

Type: IEnumerableProperty
See Also