DeploymentRuleCollection Class
IIS 7.0
Represents a collection of DeploymentRule objects.
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentRuleCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of DeploymentRule objects in the current collection. |
![]() | Item[([(Int32])]) | Gets the DeploymentRule at the specified index from the current collection. |
![]() | Item[([(String])]) | Gets the DeploymentRule with the specified name from the current collection. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds the specified DeploymentRule to the current collection. |
![]() | Clear | Removes all objects from the current collection. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | Gets an enumerator that can be used to iterate through the current collection. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | Removes the DeploymentRule with the specified name from the current collection. |
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue | Gets a value indicating whether a DeploymentRule with the specified name exists in the current collection, and returns the rule in the specified out parameter. |
Show:
