ParticipationState enumeration

Enumerates the participation states of a conversation participant who is sharing or viewing a shared resource.

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

Syntax

'Declaration
Public Enumeration ParticipationState
'Usage
Dim instance As ParticipationState
public enum ParticipationState

Members

Member name Description
None No one is sharing.
Viewing The participant is viewing resources shared by another participant.
RequestingControl The participant is requesting control of the shared resources.
Controlling The participant is controlling the shared resources.
Sharing The participant is sharing some resources.
Invalid

See also

Reference

Microsoft.Lync.Model.Conversation.Sharing namespace