Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 3.29 KB

configuredobject-class.md

File metadata and controls

55 lines (43 loc) · 3.29 KB
title description ms.date ms.assetid
ConfiguredObject Class1
Details the syntax for the ConfiguredObject Class1 and acts as a base type for configurable namespace objects.
10/07/2016
fbc82145-2355-3b59-ad74-3eb7b5f3f5ec

ConfiguredObject Class1

Acts as a base type for namespace objects whose configuration can be specified in configuration sections.

Syntax

class ConfiguredObject : Object  

Methods

The following table lists the methods exposed by the ConfiguredObject class.

Name Description
GetAllSections Retrieves all configuration sections under a configured object.
GetSection Retrieves the contents of a configuration section for a configured object.

Properties

This class contains no properties.

Subclasses

The following table lists the subclasses exposed by the ConfiguredObject class.

Name Description
Application Represents an IIS Web application.
Site Represents an IIS Web site.
VirtualDirectory Represents an IIS virtual directory.

Inheritance Hierarchy

Object

ConfiguredObject

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

Application Class
Object Class
Server Class
Site Class
VirtualDirectory Class