BasicProfileViolationCollection.Remove(BasicProfileViolation) Method

Definition

Removes a specified BasicProfileViolation from the collection.

public:
 void Remove(System::Web::Services::Description::BasicProfileViolation ^ violation);
public void Remove (System.Web.Services.Description.BasicProfileViolation violation);
member this.Remove : System.Web.Services.Description.BasicProfileViolation -> unit
Public Sub Remove (violation As BasicProfileViolation)

Parameters

violation
BasicProfileViolation

The BasicProfileViolation to remove from the collection.

Applies to