ContentSharingModality.ActivePresenter property

Returns the active presenter. NULL is valid.

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

Syntax

'Declaration
Public ReadOnly Property ActivePresenter As Participant
    Get
'Usage
Dim instance As ContentSharingModality
Dim value As Participant

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

Property value

Type: Microsoft.Lync.Model.Conversation.Participant

See also

Reference

ContentSharingModality class

ContentSharingModality members

Microsoft.Lync.Model.Conversation.Sharing namespace