Returns true if a certain action can be applied to the group.

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

Syntax

C#
public 
bool 
CanInvoke(
	
GroupAction 
action,
	
Contact 
contact
)

See Also