GatewayIPAddressInformationCollection.Add(GatewayIPAddressInformation) Method

Definition

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

public:
 virtual void Add(System::Net::NetworkInformation::GatewayIPAddressInformation ^ address);
public virtual void Add (System.Net.NetworkInformation.GatewayIPAddressInformation address);
abstract member Add : System.Net.NetworkInformation.GatewayIPAddressInformation -> unit
override this.Add : System.Net.NetworkInformation.GatewayIPAddressInformation -> unit
Public Overridable Sub Add (address As GatewayIPAddressInformation)

Parameters

address
GatewayIPAddressInformation

The object to be added to the collection.

Implements

Applies to