AemGlobalSettings.MaxCabsToCollect Property

Updated: April 16, 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)Dim instance As AemGlobalSettings Dim value As Integer value = instance.MaxCabsToCollect instance.MaxCabsToCollect = valuePublic Property MaxCabsToCollect As Integerpublic int MaxCabsToCollect { get; set; }public: property int MaxCabsToCollect { int get (); void set (int value); }/** @property */ public int get_MaxCabsToCollect () /** @property */ public void set_MaxCabsToCollect (int value) public function get MaxCabsToCollect () : int public function set MaxCabsToCollect (value : int) Property ValueReturns a Int32 that is the maximum number of .cab files to keep in the PersistedCabs folder on the file share.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms