Compartir a través de


ServerIPAddressCollection.Count Propiedad

Definición

Obtiene el número de objetos ServerIPAddress de la recopilación a la que se hace referencia.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

Valor de propiedad

Valor Int32 que especifica el número de objetos ServerIPAddress en la colección a la que se hace referencia.

Implementaciones

Ejemplos

Usar colecciones

Se aplica a