GroupDependency Class [IIS 7 and higher]
Represents a Web service extension upon which one or more Web applications depend.
Syntax
class GroupDependency : CollectionElement
Methods
This class contains no methods.
Properties
The following table lists the properties exposed by the GroupDependency class.
Name |
Description |
---|---|
GroupId |
A read-only string value that contains the group ID of a Web service extension upon which one or more Web applications depend.
Note:
By default, IIS 7 supports the group IDs "ASP" and "ASP.NET".
|
Subclasses
This class contains no subclasses.
Remarks
Instances of this class are contained in the Application property of the ApplicationDependency class.
Inheritance Hierarchy
GroupDependency
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
ApplicationDependenciesSection Class [IIS 7 and higher]
ApplicationDependency Class [IIS 7 and higher]
CollectionElement Class [IIS 7 and higher]