AemGlobalSettings.MaxCabsToCollect Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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)
Usage
'Usage
Dim instance As AemGlobalSettings
Dim value As Integer
value = instance.MaxCabsToCollect
instance.MaxCabsToCollect = value
Syntax
'Declaration
Public Property MaxCabsToCollect As Integer
public 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 Value
Returns a Int32 that is the maximum number of .cab files to keep in the PersistedCabs folder on the file share.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
AemGlobalSettings Class
AemGlobalSettings Members
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace