ConfiguredObject Class [IIS 7 and higher]

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

Requires IIS 7 on Windows Vista.

Server

Requires IIS 7 on Windows Server 2008.

Product

IIS 7

MOF file

WebAdministration.mof

See Also

Reference

Application Class [IIS 7 and higher]

Object Class [IIS 7 and higher]

Server Class [IIS 7 and higher]

Site Class [IIS 7 and higher]

VirtualDirectory Class [IIS 7 and higher]