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
ConfiguredObject
Requirements
Type | Description |
---|---|
Client | - IIS 7.0 on Windows Vista - IIS 7.5 on Windows 7 - IIS 8.0 on Windows 8 - IIS 10.0 on Windows 10 |
Server | - IIS 7.0 on Windows Server 2008 - IIS 7.5 on Windows Server 2008 R2 - IIS 8.0 on Windows Server 2012 - IIS 8.5 on Windows Server 2012 R2 - IIS 10.0 on Windows Server 2016 |
Product | - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0 |
MOF file | WebAdministration.mof |
See Also
Application Class
Object Class
Server Class
Site Class
VirtualDirectory Class