AemGlobalSettings.MaxCabsToCollect Property
Applies To: Operations Manager for System Center 2012
Gets or sets the maximum number of .cab files to keep in the PersistedCabs folder on the file share.
Namespace: Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public int MaxCabsToCollect { get; set; }
public:
property int MaxCabsToCollect {
int get();
void set(int value);
}
member MaxCabsToCollect : int with get, set
Public Property MaxCabsToCollect As Integer
Property Value
Type: System.Int32
Returns a Int32 that is the maximum number of .cab files to keep in the PersistedCabs folder on the file share.
See Also
AemGlobalSettings Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace
Return to top