Retrieves a reference to the element at the specified index.

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

Syntax

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

Response
	
Get
	
Set
Visual Basic (usage)
Dim 
instance 
As 

ResponseCollection
Dim 
index 
As 
Integer
Dim 
value 
As 

Response

value = instance(
index)

instance(
index) = 
value
C#
public 

Response 
this[
	
int 
index
] { 
get; 
set; }

Parameters

index
Type: System . . :: . . Int32

Remarks

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

See also