GatewayIPAddressInformationCollection.Item[Int32] Propiedad

Definición

Obtiene GatewayIPAddressInformation que se encuentra en el índice especificado de la colección.

public:
 virtual property System::Net::NetworkInformation::GatewayIPAddressInformation ^ default[int] { System::Net::NetworkInformation::GatewayIPAddressInformation ^ get(int index); };
public virtual System.Net.NetworkInformation.GatewayIPAddressInformation this[int index] { get; }
member this.Item(int) : System.Net.NetworkInformation.GatewayIPAddressInformation
Default Public Overridable ReadOnly Property Item(index As Integer) As GatewayIPAddressInformation

Parámetros

index
Int32

Índice especificado.

Valor de propiedad

El GatewayIPAddressInformation situado en el índice especificado de la colección.

Se aplica a