Share via


ComputerHealthService.MaximumSizeOfAllTransferredFilesBytes Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim instance As ComputerHealthService
Dim value As Integer

value = instance.MaximumSizeOfAllTransferredFilesBytes

Syntax

'Declaration
Public ReadOnly Property MaximumSizeOfAllTransferredFilesBytes As Integer
public int MaximumSizeOfAllTransferredFilesBytes { get; }
public:
property int MaximumSizeOfAllTransferredFilesBytes {
    int get ();
}
/** @property */
public int get_MaximumSizeOfAllTransferredFilesBytes ()
public function get MaximumSizeOfAllTransferredFilesBytes () : int

Property Value

Returns a Int32 whose value is the maximum size of all files transferred to or from the health service, expressed in bytes.

Remarks

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

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

ComputerHealthService Class
ComputerHealthService Members
Microsoft.EnterpriseManagement.Administration Namespace