DeploymentObjectAttributeCollection Class

IIS 7.0

Provides a collection of DeploymentObjectAttribute objects.

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentObjectAttributeCollection

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

public ref class DeploymentObjectAttributeCollection : IEnumerable<DeploymentObjectAttribute^>, 
	IEnumerable

The DeploymentObjectAttributeCollection type exposes the following members.

  NameDescription
Public propertyCountGets the number of deployment attributes in the current collection.
Public propertyItem[([(Int32])])Gets the DeploymentObjectAttribute at the specified index from current collection.
Public propertyItem[([(String])])Gets the DeploymentObjectAttribute with the specified name from current collection.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodTryGetValueAttempts to find the DeploymentObjectAttribute with the specified name in the current collection and returns a value indicating whether the operation was successful.
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: