Edit

Share via


AppViaStampCollection.Item[Int32] Property

Definition

The Item property contains the AppViaStamp element at the specified index. In C#, this property is the indexer for the AppViaStampCollection class.

public:
 property Microsoft::Rtc::Sip::AppViaStamp ^ default[int] { Microsoft::Rtc::Sip::AppViaStamp ^ get(int index); };
public Microsoft.Rtc.Sip.AppViaStamp this[int index] { get; }
Default Public ReadOnly Property Item(index As Integer) As AppViaStamp

Parameters

index
Int32

Property Value

Applies to