DeploymentRuleCollection.Add(DeploymentRule) Method
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.
Adds the specified DeploymentRule to the current collection.
public:
void Add(Microsoft::Web::Deployment::DeploymentRule ^ rule);
public void Add (Microsoft.Web.Deployment.DeploymentRule rule);
member this.Add : Microsoft.Web.Deployment.DeploymentRule -> unit
Public Sub Add (rule As DeploymentRule)
Parameters
- rule
- DeploymentRule
The rule to add to the specified collection.