Share via


ControlRequestReceivedEventArgs.Requester property

Gets the participant who requested to take control.

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

Syntax

'Declaration
Public ReadOnly Property Requester As Participant
    Get
'Usage
Dim instance As ControlRequestReceivedEventArgs
Dim value As Participant

value = instance.Requester
public Participant Requester { get; }

Property value

Type: Microsoft.Lync.Model.Conversation.Participant

Remarks

To accept the control request, call BeginAcceptControlRequest on the Participant.Modalities[ModalityType.ApplicationSharing] modality after casting the Modality returned from this property to ApplicationSharingModality.

See also

Reference

ControlRequestReceivedEventArgs class

ControlRequestReceivedEventArgs members

Microsoft.Lync.Model.Conversation.Sharing namespace