DeploymentProviderSettingCollection Class
IIS 7.0
Provides a collection of DeploymentProviderSetting objects.
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentProviderSettingCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of DeploymentProviderSetting objects in the current collection. |
![]() | Item | Gets an item with the specified name from the current collection. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | Gets an enumerator that iterates through the collection. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetValueOrDefault<(Of <<'(T>)>>) | Gets the value with the specified name, or uses a default value if the object is not found in the collection. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue | Gets the setting value associated with the specified name. |
Show:
