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

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

Syntax

C#
public 
bool 
TryGetGroup(
	
string 
groupName,
	
out 
Group 
value
)

See Also