Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the participant who organized the conference.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Organizer As ConversationParticipant
Get
Friend Set
'Usage
Dim instance As ConferenceSessionProperties
Dim value As ConversationParticipant
value = instance.Organizer
public ConversationParticipant Organizer { get; internal set; }
Property Value
Type: Microsoft.Rtc.Collaboration.ConversationParticipant
Remarks
The property will be only populated when the platform joins a Microsoft Lync Server 2010 or later version.
See Also
Reference
ConferenceSessionProperties Class