BasicProfileViolationCollection.Item[Int32] 属性

定义

获取或设置集合中指定索引处的 BasicProfileViolation 元素。

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

参数

index
Int32

集合中从零开始的索引。

属性值

BasicProfileViolation

位于指定索引位置的 BasicProfileViolation 对象。

适用于