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

지정된 인덱스에 있는 BasicProfileViolation 개체입니다.

적용 대상