Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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