WsiProfilesElementCollection.Remove(WsiProfilesElement) Method

Definition

Removes a specified WsiProfilesElement from the collection.

public:
 void Remove(System::Web::Services::Configuration::WsiProfilesElement ^ element);
public void Remove (System.Web.Services.Configuration.WsiProfilesElement element);
member this.Remove : System.Web.Services.Configuration.WsiProfilesElement -> unit
Public Sub Remove (element As WsiProfilesElement)

Parameters

element
WsiProfilesElement

The WsiProfilesElement to remove from the collection.

Applies to