Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 2.88 KB

switchsettings-class.md

File metadata and controls

49 lines (37 loc) · 2.88 KB
title description ms.date ms.assetid
SwitchSettings Class
Describes the SwitchSettings class and provides the class' syntax, properties, remarks, inheritance hierarchy, and requirements.
10/07/2016
518cc5f2-fce3-4941-9aef-4db335ecf065

SwitchSettings Class

Contains switch names and their managed types.

Syntax

class SwitchSettings : EmbeddedObject  

Methods

This class contains no methods.

Properties

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

Name Description
Switches An array of NameTypeElement values that specify switch names and their managed types.

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are contained in the Switches array property of the SystemDiagnosticsSection class.

Inheritance Hierarchy

EmbeddedObject

SwitchSettings

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
NameTypeElement Class
SystemDiagnosticsSection Class