Share via


DeploymentReplaceRule Class

Definition

Represents a specific deployment rule that performs replacement operations.

public ref class DeploymentReplaceRule : Microsoft::Web::Deployment::DeploymentRule
public class DeploymentReplaceRule : Microsoft.Web.Deployment.DeploymentRule
type DeploymentReplaceRule = class
    inherit DeploymentRule
Public Class DeploymentReplaceRule
Inherits DeploymentRule
Inheritance
DeploymentReplaceRule

Constructors

DeploymentReplaceRule(String, String, String, String, String, String, String)

Creates an instance of a deployment replace rule with the specified parameters.

Properties

Description

The description of the current deployment rule.

(Inherited from DeploymentRule)
ExampleOrDetail (Inherited from DeploymentRule)
FriendlyName

Gets the friendly name of the current deployment rule.

(Inherited from DeploymentRule)
Name

Gets the name of the current deployment rule.

(Inherited from DeploymentRule)
RuleHandler

Gets the DeploymentRuleHandler for the current deployment rule.

(Inherited from DeploymentRule)

Applies to