ApplicationSharingModality.Sharer property

Gets the participant who is sharing. It returns null when nobody is sharing.

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

Syntax

'Declaration
Public ReadOnly Property Sharer As Participant
    Get
'Usage
Dim instance As ApplicationSharingModality
Dim value As Participant

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

Property value

Type: Microsoft.Lync.Model.Conversation.Participant

See also

Reference

ApplicationSharingModality class

ApplicationSharingModality members

Microsoft.Lync.Model.Conversation.Sharing namespace