Edit

Share via


ResponseCollection.Item[Int32] Property

Definition

Retrieves a reference to the element at the specified index.

public:
 property Microsoft::Rtc::Sip::Response ^ default[int] { Microsoft::Rtc::Sip::Response ^ get(int index); void set(int index, Microsoft::Rtc::Sip::Response ^ value); };
public Microsoft.Rtc.Sip.Response this[int index] { get; set; }
Default Public Property Item(index As Integer) As Response

Parameters

index
Int32

Property Value

Remarks

In C#, this property is the indexer for this list.

Applies to