ServerSecurityDaysToKeepAlertImages Property |
|
DataPA OpenAnalytics 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 public int DaysToKeepAlertImages { get; set; }
Public Property DaysToKeepAlertImages As Integer
Get
Set
public:
virtual property int DaysToKeepAlertImages {
int get () sealed;
void set (int value) sealed;
}
function get_DaysToKeepAlertImages();
function set_DaysToKeepAlertImages(value);
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