This topic has not yet been rated - Rate this topic

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
)

Return value

Type: System.Boolean
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.