Share via


Contact.CanMoveToGroup method

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

'Declaration
Public Function CanMoveToGroup ( _
    targetGroup As Group, _
    sourceGroup As Group _
) As Boolean
'Usage
Dim instance As Contact
Dim targetGroup As Group
Dim sourceGroup As Group
Dim returnValue As Boolean

returnValue = instance.CanMoveToGroup(targetGroup, _
    sourceGroup)
public bool CanMoveToGroup(
    Group targetGroup,
    Group sourceGroup
)

Parameters

Return value

Type: System.Boolean
System.Boolean

See also

Reference

Contact class

Contact members

Microsoft.Lync.Model namespace