QueryBasedNotification Property
Specifies whether the change notification registration is object-based or query-based. By default, true.
public bool QueryBasedNotification {get; set;}
'Declaration
Public Property QueryBasedNotification As Boolean
Property Value
If set to
true, the change notification registration is query-based; otherwise it is object-based.