BasicProfileViolationCollection.Item[Int32] Propiedad

Definición

Obtiene o establece el elemento BasicProfileViolation en el índice especificado de la colección.

public:
 property System::Web::Services::Description::BasicProfileViolation ^ default[int] { System::Web::Services::Description::BasicProfileViolation ^ get(int index); void set(int index, System::Web::Services::Description::BasicProfileViolation ^ value); };
public System.Web.Services.Description.BasicProfileViolation this[int index] { get; set; }
member this.Item(int) : System.Web.Services.Description.BasicProfileViolation with get, set
Default Public Property Item(index As Integer) As BasicProfileViolation

Parámetros

index
Int32

Índice de base cero de la colección.

Valor de propiedad

BasicProfileViolation

Objeto BasicProfileViolation que existe en el índice especificado.

Se aplica a