DeploymentRule.RuleHandler Property
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.
Gets the DeploymentRuleHandler for the current deployment rule.
public:
property Microsoft::Web::Deployment::DeploymentRuleHandler ^ RuleHandler { Microsoft::Web::Deployment::DeploymentRuleHandler ^ get(); };
public Microsoft.Web.Deployment.DeploymentRuleHandler RuleHandler { get; }
member this.RuleHandler : Microsoft.Web.Deployment.DeploymentRuleHandler
Public ReadOnly Property RuleHandler As DeploymentRuleHandler
Property Value
An instance of a DeploymentRuleHandler object.