Group.CanInvoke Method
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
'Declaration
Public Function CanInvoke ( _
action As GroupAction, _
contact As Contact _
) As Boolean
'Usage
Dim instance As Group
Dim action As GroupAction
Dim contact As Contact
Dim returnValue As Boolean
returnValue = instance.CanInvoke(action, _
contact)
public bool CanInvoke(
GroupAction action,
Contact contact
)
Parameters
- action
Type: Microsoft.Lync.Model.Group.GroupAction
- contact
Type: Microsoft.Lync.Model.Contact
Return Value
Type: System.Boolean