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

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Default 
Property 
Item ( _
	
index 
As 
Integer _
) 
As 

AppViaStamp
	
Get
Visual Basic (usage)
Dim 
instance 
As 

AppViaStampCollection
Dim 
index 
As 
Integer
Dim 
value 
As 

AppViaStamp

value = instance(
index)
C#
public 

AppViaStamp 
this[
	
int 
index
] { 
get; }

Parameters

index
Type: System . . :: . . Int32

See also