Microsoft.UpdateServices.Ad ...


ClientReportingLevel Enumeration
ClientReportingLevel Enumeration
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

Visual Basic
<SerializableAttribute> _
Public Enumeration ClientReportingLevel
C#
[SerializableAttribute] 
public enum ClientReportingLevel
C++
[SerializableAttribute] 
public enum class ClientReportingLevel
J#
/** @attribute SerializableAttribute() */ 
public enum ClientReportingLevel
JScript
SerializableAttribute 
public enum ClientReportingLevel
Members

Member nameDescription
AllClients should send all reporting information to the server.
NoneClients should not report update status or activity reports to the server.
StatusOnlyClients should send update status reports to the server, but not activity reports.
Platforms

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2
See Also

Tags :


Page view tracker