DeploymentSyncParameter Class

Definition

Provides the properties that define a deployment synchronization parameter.

public ref class DeploymentSyncParameter : IEquatable<Microsoft::Web::Deployment::DeploymentSyncParameter ^>, Microsoft::Web::Deployment::IDeploymentNameDescription
public class DeploymentSyncParameter : IEquatable<Microsoft.Web.Deployment.DeploymentSyncParameter>, Microsoft.Web.Deployment.IDeploymentNameDescription
type DeploymentSyncParameter = class
    interface IEquatable<DeploymentSyncParameter>
    interface IDeploymentNameDescription
Public Class DeploymentSyncParameter
Implements IDeploymentNameDescription, IEquatable(Of DeploymentSyncParameter)
Inheritance
DeploymentSyncParameter
Implements

Remarks

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.

Constructors

DeploymentSyncParameter(String, String, String, String)
DeploymentSyncParameter(String, String, String, String, DeploymentWellKnownTag)
DeploymentSyncParameter(String, String, String, String, String)

Properties

DefaultValue

Gets the default value of the current parameter.

Description

Gets the description of the current parameter.

Descriptions
Entries

Gets an IEnumerable&lt;DeploymentSyncParameterEntry&gt; interface that references the DeploymentSyncParameterEntry objects in the current parameter.

ExampleOrDetail
FriendlyName
FriendlyNames
Name

Gets or sets the name of the current parameter.

Tags
Validation
Value

Gets or sets the value of the current parameter.

WellKnownTags

Methods

Add(DeploymentSyncParameterEntry)

Adds a DeploymentSyncParameterEntry to the underlying list of entries.

Equals(DeploymentSyncParameter)

Applies to