Participant.CanAdmit method

Returns true if a participant can be admitted from the lobby.

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

Syntax

'Declaration
Public Function CanAdmit As Boolean
'Usage
Dim instance As Participant
Dim returnValue As Boolean

returnValue = instance.CanAdmit()
public bool CanAdmit()

Return value

Type: System.Boolean
System.Boolean

Remarks

Do not use this method. Use Participant.CanInvoke(ParticipantAction.Admit) instead.

See also

Reference

Participant class

Participant members

Microsoft.Lync.Model.Conversation namespace