BasicProfileViolationCollection.Item[Int32] Eigenschap

Definitie

Hiermee haalt u het BasicProfileViolation element op bij een opgegeven index in de verzameling of stelt u het in.

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

Parameters

index
Int32

De op nul gebaseerde index in de verzameling.

Waarde van eigenschap

Een BasicProfileViolation object dat bestaat in de opgegeven index.

Van toepassing op