DeploymentProviderSettingCollection Class

Definition

Provides a collection of DeploymentProviderSetting objects.

public ref class DeploymentProviderSettingCollection : System::Collections::Generic::IEnumerable<Microsoft::Web::Deployment::DeploymentProviderSetting ^>
public class DeploymentProviderSettingCollection : System.Collections.Generic.IEnumerable<Microsoft.Web.Deployment.DeploymentProviderSetting>
type DeploymentProviderSettingCollection = class
    interface seq<DeploymentProviderSetting>
    interface IEnumerable
Public Class DeploymentProviderSettingCollection
Implements IEnumerable(Of DeploymentProviderSetting)
Inheritance
DeploymentProviderSettingCollection
Implements

Properties

Count

Gets the number of DeploymentProviderSetting objects in the current collection.

Item[String]

Gets an item with the specified name from the current collection.

Methods

GetEnumerator()

Gets an enumerator that iterates through the collection.

GetValueOrDefault<T>(String, T)

Gets the value with the specified name, or uses a default value if the object is not found in the collection.

TryGetValue(String, DeploymentProviderSetting)

Gets the setting value associated with the specified name.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to