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

コレクション内の 0 から始まるインデックス。

プロパティ値

指定したインデックス位置に存在する BasicProfileViolation オブジェクト。

適用対象