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
- targetGroup
Type: Microsoft.Lync.Model.Group.Group
- sourceGroup
Type: Microsoft.Lync.Model.Group.Group
Return Value
Type: System.Boolean