Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
IUpdateServerConfiguration.ClientReportingLevel Property
IUpdateServerConfiguration.ClientReportingLevel Property
Gets or sets the client reporting level


Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)
Visual Basic
Property ClientReportingLevel As ClientReportingLevel
C#
ClientReportingLevel ClientReportingLevel { get; set; }
C++
property ClientReportingLevel ClientReportingLevel {
    ClientReportingLevel get ();
    void set (ClientReportingLevel value);
}
J#
/** @property */
ClientReportingLevel get_ClientReportingLevel ()

/** @property */
void set_ClientReportingLevel (ClientReportingLevel value)
JScript
function get ClientReportingLevel () : ClientReportingLevel

function set ClientReportingLevel (value : ClientReportingLevel)

Property Value

The client reporting level (None, StatusOnly, or All). See ClientReportingLevel for details.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Target Platforms

Windows Server 2003
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker