Click or drag to resize

ChangeNotificationCollectionValue Property

The set of notifications being sent to the notification URL.

Namespace:  Omada.OE.Model.Subscriptions
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public IEnumerable<ChangeNotification> Value { get; set; }

Property Value

Type: IEnumerableChangeNotification
See Also