ClientReportingLevel Enumeration

 

Applies To: Windows Server Update Services

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)

Syntax

[SerializableAttribute]
public enum ClientReportingLevel
[SerializableAttribute]
public enum class ClientReportingLevel
[<SerializableAttribute>]
type ClientReportingLevel
<SerializableAttribute>
Public Enumeration 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.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top