Gets the first ocurrence of a contact with the specified Uri. Returns true if the collection contains a contact with the specified Uri. Otherwise, false is returned.

Namespace:  Microsoft.Lync.Model.Group
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
bool 
TryGetContact(
	
string 
uri,
	
out 
Contact 
value
)

See Also