RoomMessageDictionary.TryGetValue method
Lync 2013
Namespace: Microsoft.Lync.Model.Room
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Public Function TryGetValue ( _ key As RoomMessageFormat, _ <OutAttribute> ByRef itemValue As Object _ ) As Boolean
Dim instance As RoomMessageDictionary Dim key As RoomMessageFormat Dim itemValue As Object Dim returnValue As Boolean returnValue = instance.TryGetValue(key, _ itemValue)
public bool TryGetValue( RoomMessageFormat key, out Object itemValue )