RoomMessageDictionary.GetValueAt method
Gets a value based on the index.
Namespace: Microsoft.Lync.Model.Room
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function GetValueAt ( _
index As Integer _
) As Object
'Usage
Dim instance As RoomMessageDictionary
Dim index As Integer
Dim returnValue As Object
returnValue = instance.GetValueAt(index)
public Object GetValueAt(
int index
)
Parameters
- index
Type: System.Int32
Return value
Type: System.Object
System.Object