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. | |
Back to: Alert Properties