BasicProfileViolationCollection.Item[Int32] Propriété

Définition

Obtient ou définit l'élément BasicProfileViolation à l'index spécifié dans la collection.

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

Paramètres

index
Int32

Index de base zéro dans la collection.

Valeur de propriété

Objet BasicProfileViolation qui existe à l'index spécifié.

S’applique à