ApplicationSharingModality.Controller property

Gets the conversation participant that is in control of the shared resource.

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

Syntax

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

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

Property value

Type: Microsoft.Lync.Model.Conversation.Participant

Remarks

The Controller property returns null when the resource owner is in control of the resource.

See also

Reference

ApplicationSharingModality class

ApplicationSharingModality members

Microsoft.Lync.Model.Conversation.Sharing namespace