DeploymentRuleCollection.Remove(String) Method

Definition

Removes the DeploymentRule with the specified name from the current collection.

public:
 void Remove(System::String ^ name);
public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)

Parameters

name
String

The name of the DeploymentRule to remove from the current collection.

Applies to