DeploymentSkipDirective.Remove(String) Method

Definition

Removes a DeploymentSkipDirectiveEntry object with the specified name from the current instance.

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 skip directive entry to remove.

Applies to