ObjectConfigurationAssociation Class
Associates a configured object with its configuration section.
Syntax
class ObjectConfigurationAssociation
Methods
This class contains no methods.
Properties
The following table lists the properties exposed by the ObjectConfigurationAssociation
class.
Name | Description |
---|---|
ConfigurationSection |
An object ref value that represents the configuration section for an object. |
ConfiguredObject |
An object ref value that represents an object that is configured. |
Subclasses
The following table lists the subclasses exposed by the ObjectConfigurationAssociation
class.
Name | Description |
---|---|
ApplicationContainsConfigurationSection | Provides a relationship between an IIS Web application and a configuration section. |
SiteContainsConfigurationSection | Provides a relationship between a Web site and its configuration sections. |
VirtualDirectoryContainsConfigurationSection | Provides a relationship between a virtual directory and a configuration section. |
Remarks
This abstract class describes a strict containment association between two different namespace objects. It is the base type from which all object–configuration section associations derive.
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
WMI Provider
ApplicationContainsConfigurationSection Class
SiteContainsConfigurationSection Class
VirtualDirectoryContainsConfigurationSection Class