GroupingInterval Property
In This Topic
Gets or sets the notification grouping interval in seconds. The group notifications are delivered at intervals specified by this property.
Syntax
'Declaration
Public Property GroupingInterval As Integer
public int GroupingInterval {get; set;}
Property Value
The notification grouping interval in seconds.
See Also