Checks if this contact can be moved from a source group to a target group.

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

Syntax

C#
public 
bool 
CanMoveToGroup(
	
Group 
targetGroup,
	
Group 
sourceGroup
)

See Also