GatewayIPAddressInformationCollection.Remove Method

Definition

Throws a NotSupportedException because this operation is not supported for this collection.

public:
 virtual bool Remove(System::Net::NetworkInformation::GatewayIPAddressInformation ^ address);
public virtual bool Remove (System.Net.NetworkInformation.GatewayIPAddressInformation address);
abstract member Remove : System.Net.NetworkInformation.GatewayIPAddressInformation -> bool
override this.Remove : System.Net.NetworkInformation.GatewayIPAddressInformation -> bool
Public Overridable Function Remove (address As GatewayIPAddressInformation) As Boolean

Parameters

address
GatewayIPAddressInformation

The object to be removed.

Returns

Always throws a NotSupportedException.

Implements

Applies to