DeploymentProviderSettingCollection Class

IIS 7.0

Provides a collection of DeploymentProviderSetting objects.

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentProviderSettingCollection

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)

public ref class DeploymentProviderSettingCollection : IEnumerable<DeploymentProviderSetting^>, 
	IEnumerable

The DeploymentProviderSettingCollection type exposes the following members.

  NameDescription
Public propertyCountGets the number of DeploymentProviderSetting objects in the current collection.
Public propertyItemGets an item with the specified name from the current collection.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumeratorGets an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetValueOrDefault<(Of <<'(T>)>>)Gets the value with the specified name, or uses a default value if the object is not found in the collection.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodTryGetValueGets the setting value associated with the specified name.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: