Click here for NewsObjects Overview
AlertsPerProfile Property (Alert Control)
Windows - Visual C++


Read Only

Description
The AlertsPerProfile property specifies the number of alerts that will be retained for each profile.

Syntax
long value = GetAlertsPerProfile();
void SetAlertsPerProfile(long value);

The AlertsPerProfile syntax has these parts:
 

 Part

Description

value

A long integer specifying the new limit. 

Remarks
The default value is 5 and the valid range is 1 to 15 alerts. If multiple Alert Banners exist, this property applies to all.

Back to: Alert Properties