ApplicationDependency (WMI)
The ApplicationDependency class contains data about a single application dependency on the Web server. An application dependency can be added using the IIsWebService.AddDependency method, and can be removed using the IIsWebService.RemoveDependency method. The WebSvcExtRestrictionList class corresponds to the ApplicationDependencies metabase property, which contains a multi-string list of all application dependencies for the Web service.
Methods
The ApplicationDependency object has no methods.
Properties
The ApplicationDependency object defines the following properties, in addition to those inherited from IIsStructuredDataClass (WMI).
Property |
Data type |
Description |
---|---|---|
AppName |
String |
The AppName property contains the name of the application to which the dependency is added. |
Extensions |
String |
The Extensions property is a non-localizable string used to identify groups of extensions. For example, "ASP", "HTTPODBC", or "SSINC", and so on. |
Requirements
Server: Requires or Windows Server 2003.
Product: IIS