GatewayIPAddressInformationCollection::Item Property (Int32)
.NET Framework (current version)
Gets the GatewayIPAddressInformation at the specific index of the collection.
Assembly: System (in System.dll)
public: property GatewayIPAddressInformation^ default[ int index ] { virtual GatewayIPAddressInformation^ get(int index); }
Parameters
- index
-
Type:
System::Int32
The index of interest.
Property Value
Type: System.Net.NetworkInformation::GatewayIPAddressInformation^The GatewayIPAddressInformation at the specific index in the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: