Share via


ConferenceSession.Organizer Property

Gets the participant who organized the conference.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property Organizer As ConversationParticipant
    Get
'Usage
Dim instance As ConferenceSession
Dim value As ConversationParticipant

value = instance.Organizer
public ConversationParticipant Organizer { get; }

Property Value

Type: Microsoft.Rtc.Collaboration.ConversationParticipant

Remarks

This property is set after joining the conference.

The property will be only populated when the platform joins a Microsoft Lync Server 2010 server or later.

See Also

Reference

ConferenceSession Class

ConferenceSession Members

Microsoft.Rtc.Collaboration Namespace