Share via


DeploymentSyncParameterCollection.Remove(String) Method

Definition

Removes a parameter 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 parameter to remove.

Remarks

No exceptions are thrown and no actions are performed if a parameter with the specified name is not found.

Applies to