ComputerHealthService.MaximumSizeOfAllTransferredFilesBytes Property

Updated: April 16, 2012

Gets the maximum size of all files transferred to or from the health service, expressed in bytes. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As ComputerHealthService Dim value As Integer value = instance.MaximumSizeOfAllTransferredFilesBytes Public ReadOnly Property MaximumSizeOfAllTransferredFilesBytes As Integerpublic int MaximumSizeOfAllTransferredFilesBytes { get; }public: property int MaximumSizeOfAllTransferredFilesBytes { int get (); }/** @property */ public int get_MaximumSizeOfAllTransferredFilesBytes () public function get MaximumSizeOfAllTransferredFilesBytes () : int Property ValueReturns a Int32 whose value is the maximum size of all files transferred to or from the health service, expressed in bytes.

This limit is currently ignored and does not affect the health service.


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