Specifies how much information clients should report to the server. This value is sent to the client every time the client talks to the server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Usage

Syntax
<SerializableAttribute> _
Public Enumeration ClientReportingLevel
[SerializableAttribute]
public enum ClientReportingLevel
[SerializableAttribute]
public enum class ClientReportingLevel
/** @attribute SerializableAttribute() */
public enum ClientReportingLevel
SerializableAttribute
public enum ClientReportingLevel

Members
| Member name | Description |
|---|
| All | Clients should send all reporting information to the server. |
| None | Clients should not report update status or activity reports to the server. |
| StatusOnly | Clients should send update status reports to the server, but not activity reports. |

Platforms
Development Platforms
Target Platforms
Windows Server 2003

See Also