DeploymentObjectAttributeCollection Class
IIS 7.0
Provides a collection of DeploymentObjectAttribute objects.
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentObjectAttributeCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of deployment attributes in the current collection. |
![]() | Item[([(Int32])]) | Gets the DeploymentObjectAttribute at the specified index from current collection. |
![]() | Item[([(String])]) | Gets the DeploymentObjectAttribute with the specified name from current collection. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue | Attempts to find the DeploymentObjectAttribute with the specified name in the current collection and returns a value indicating whether the operation was successful. |
Show:
