Share via


ComputerHealthService.RequestCompression Property

 

Applies To: Operations Manager for System Center 2012

Gets a value that indicates whether the health service requests compression for network communication.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public bool RequestCompression { get; }
public:
property bool RequestCompression {
    bool get();
}
member RequestCompression : bool with get
Public ReadOnly Property RequestCompression As Boolean

Property Value

Type: System.Boolean

Returns a Boolean whose value is true.

Remarks

This value always returns true; compression cannot be disabled.

See Also

ComputerHealthService Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top