ApplicationSharingModality class
Represents the application sharing modality of a conversation or participant modality collection.
Inheritance hierarchy
System.Object
System.MarshalByRefObject
UCWBase
UCWFull
Microsoft.Lync.Model.Conversation.Modality
Microsoft.Lync.Model.Conversation.Sharing.ApplicationSharingModality
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Class ApplicationSharingModality _
Inherits Modality
'Usage
Dim instance As ApplicationSharingModality
public class ApplicationSharingModality : Modality
Remarks
Use the ApplicationSharingModality from a participant modality collection when you want to take some controlling action for that participant on the shared resource. For example, if you want to grant control of a shared resource to a participant, you call BeginGrantControl on that participant modality.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.