DeploymentSyncParameterCollection Class

IIS 7.0

Provides a collection of DeploymentSyncParameter objects.

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentSyncParameterCollection

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

public ref class DeploymentSyncParameterCollection : IEnumerable<DeploymentSyncParameter^>, 
	IEnumerable, IXPathNavigable

The DeploymentSyncParameterCollection type exposes the following members.

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

  NameDescription
Public methodAddAdds a DeploymentSyncParameter to the current collection.
Public methodClearRemoves all objects from the current collection.
Public methodContains
Public methodCreateNavigatorCreates and returns an XPathNavigator for navigating the current collection.
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.)
Public methodLoad(Stream)
Public methodLoad(String)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveRemoves a parameter with the specified name from the current collection.
Public methodToString (Inherited from Object.)
Public methodTryGetValueAttempts to find the DeploymentSyncParameter 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: