BasicProfileViolationCollection.Item[Int32] Propriedade
Definição
Obtém ou define o elemento BasicProfileViolation em um índice especificado na coleção.Gets or sets the BasicProfileViolation element at a specified index in the 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
Parâmetros
- index
- Int32
O índice de base zero na coleção.The zero-based index in the collection.
Valor da propriedade
Um BasicProfileViolation objeto que existe no índice especificado.A BasicProfileViolation object that exists at the specified index.