DeploymentReplaceRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |