HeaderCollection.Item[Int32] Property

Definition

Retrieves a reference to the element at the specified index. In C#, the Item property is the indexer for the HeaderCollection class.

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

Parameters

index
Int32

Property Value

Applies to