ObjectConfigurationAssociation Class [IIS 7 and higher]
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 |
---|---|
Provides a relationship between an IIS Web application and a configuration section. |
|
Provides a relationship between a Web site and its configuration sections. |
|
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 |
Requires IIS 7 on Windows Vista. |
Server |
Requires IIS 7 on Windows Server 2008. |
Product |
IIS 7 |
MOF file |
WebAdministration.mof |
See Also
Reference
ApplicationContainsConfigurationSection Class [IIS 7 and higher]
SiteContainsConfigurationSection Class [IIS 7 and higher]
VirtualDirectoryContainsConfigurationSection Class [IIS 7 and higher]