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 |
---|---|
Retrieves all configuration sections under a configured object. |
|
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 |
---|---|
Represents an IIS Web application. |
|
Represents an IIS Web site. |
|
Represents an IIS virtual directory. |
Inheritance Hierarchy
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]