Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 2.94 KB

performancecounterssettings-class.md

File metadata and controls

49 lines (37 loc) · 2.94 KB
title description ms.date ms.assetid
PerformanceCountersSettings Class
Describes the PerformanceCountersSettings class and provides the class' syntax, properties, remarks, inheritance hierarchy, and requirements.
10/07/2016
597facb0-2ee7-30f0-cc86-e53a89e761cb

PerformanceCountersSettings Class

Determines whether performance counters are enabled.

Syntax

class PerformanceCountersSettings : EmbeddedObject  

Methods

This class contains no methods.

Properties

The following table lists the properties exposed by the PerformanceCountersSettings class.

Name Description
Enabled A read/write boolean value. true if performance counters are enabled; otherwise, false. The default is false.

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are contained in the PerformanceCounters property of the SettingsSection class.

Inheritance Hierarchy

EmbeddedObject

PerformanceCountersSettings

Requirements

Type Description
Client - [!INCLUDEiis70] on [!INCLUDEwinvista]
- [!INCLUDEiis75] on [!INCLUDEwin7]
- [!INCLUDEiis80] on [!INCLUDEwin8]
- [!INCLUDEiis100] on [!INCLUDEwin10]
Server - [!INCLUDEiis70] on [!INCLUDEwinsrv2008]
- [!INCLUDEiis75] on [!INCLUDEwinsrv2008r2]
- [!INCLUDEiis80] on [!INCLUDEwinsrv2012]
- [!INCLUDEiis85] on [!INCLUDEwinsrv2012r2]
- [!INCLUDEiis100] on [!INCLUDEwinsrv2016]
Product - [!INCLUDEiis70], [!INCLUDEiis75], [!INCLUDEiis80], [!INCLUDEiis85], [!INCLUDEiis100]
MOF file WebAdministration.mof

See Also

EmbeddedObject Class
PerformanceCounterSettings Class
SettingsSection Class