ComputerHealthService.RequestCompression Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the agent requests compression.
public:
property bool RequestCompression { bool get(); };
public bool RequestCompression { get; }
member this.RequestCompression : bool
Public ReadOnly Property RequestCompression As Boolean
Property Value
Returns a Boolean whose value is true.
Exceptions
Not currently connected to a management group.
Remarks
This value always returns true; compression cannot be disabled.