BasicProfileViolationCollection.Item[Int32] Proprietà

Definizione

Ottiene o imposta l'elemento BasicProfileViolation in corrispondenza di un indice specificato nell'insieme.

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

Parametri

index
Int32

Indice in base zero nell'insieme.

Valore della proprietà

Oggetto BasicProfileViolation esistente in corrispondenza dell'indice specificato.

Si applica a