This topic has not yet been rated - Rate this topic

DeploymentSyncParameter Class

IIS 7.0

Provides the properties that define a deployment synchronization parameter.

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentSyncParameter

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
public class DeploymentSyncParameter : IEquatable<DeploymentSyncParameter>, 
	IDeploymentNameDescription

The DeploymentSyncParameter type exposes the following members.

  Name Description
Public property DefaultValue Gets the default value of the current parameter.
Public property Description Gets the description of the current parameter.
Public property Descriptions
Public property Entries Gets an IEnumerable<DeploymentSyncParameterEntry> interface that references the DeploymentSyncParameterEntry objects in the current parameter.
Public property ExampleOrDetail
Public property FriendlyName
Public property FriendlyNames
Public property Name Gets or sets the name of the current parameter.
Public property Tags
Public property Validation
Public property Value Gets or sets the value of the current parameter.
Public property WellKnownTags
Top
  Name Description
Public method Add Adds a DeploymentSyncParameterEntry to the underlying list of entries.
Public method Equals(Object) (Inherited from Object.)
Public method Equals(DeploymentSyncParameter)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top

DeploymentSyncParameter objects are named parameters that contain a value, a list of parameter entries, and a description. The parameter entries can be used to match criteria of the provider.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)