DeploymentSyncParameterCollection Class
IIS 7.0
Provides a collection of DeploymentSyncParameter objects.
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentSyncParameterCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of DeploymentSyncParameter objects in the current collection. |
![]() | Item[([(Int32])]) | Gets the DeploymentSyncParameter at the specified index. |
![]() | Item[([(String])]) | Gets the DeploymentSyncParameter with the specified name. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a DeploymentSyncParameter to the current collection. |
![]() | Clear | Removes all objects from the current collection. |
![]() | Contains | |
![]() | CreateNavigator | Creates and returns an XPathNavigator for navigating the current collection. |
![]() | 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.) |
![]() | Load(Stream) | |
![]() | Load(String) | |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | Removes a parameter with the specified name from the current collection. |
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue | Attempts to find the DeploymentSyncParameter with the specified name in the current collection and returns a value indicating whether the operation was successful. |
Show:
