Share via


SharerChangedEventArgs.SharerName property

Gets the display name of the new sharer. An empty string indicates no one is sharing.

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

Syntax

'Declaration
Public ReadOnly Property SharerName As String
    Get
'Usage
Dim instance As SharerChangedEventArgs
Dim value As String

value = instance.SharerName
public string SharerName { get; }

Property value

Type: System.String

See also

Reference

SharerChangedEventArgs class

SharerChangedEventArgs members

Microsoft.Lync.Model.Conversation.Sharing namespace