DeploymentRule Class

Definition

Provides properties that describe a deployment rule.

public ref class DeploymentRule : Microsoft::Web::Deployment::IDeploymentNameDescription
public class DeploymentRule : Microsoft.Web.Deployment.IDeploymentNameDescription
type DeploymentRule = class
    interface IDeploymentNameDescription
Public Class DeploymentRule
Implements IDeploymentNameDescription
Inheritance
DeploymentRule
Derived
Implements

Constructors

DeploymentRule(String, DeploymentRuleHandler)

Initializes a new instance of a deployment rule with the specified name and rule handler.

Properties

Description

The description of the current deployment rule.

ExampleOrDetail
FriendlyName

Gets the friendly name of the current deployment rule.

Name

Gets the name of the current deployment rule.

RuleHandler

Gets the DeploymentRuleHandler for the current deployment rule.

Applies to