DataPA Enterprise Dashboard Controls API Reference 
        
 Gets and sets a property that indicates how many days to keep alert images for before they are deleted.
 
        
        Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public int DaysToKeepAlertImages { get; set; } | 
| Visual Basic | 
|---|
| Public Property DaysToKeepAlertImages As Integer
	Get
	Set | 
| Visual C++ | 
|---|
| public:
virtual property int DaysToKeepAlertImages {
	int get () sealed;
	void set (int value) sealed;
} | 
Property Value
Type: 
Int32The number of days to keep alert images for before they are deleted.
Return Value
Type: 
Int32The number of days to keep alert images for before they are deleted.
Remarks
 See Also
See Also