Gets the list of conferencing services for the participant.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Services 
As 
Collection(
Of 

ActiveConferenceService)
C#
public 
Collection<

ActiveConferenceService> 
Services { 
get; }
Visual C++
public:
property 
Collection<

ActiveConferenceService^>^ 
Services {
	
Collection<

ActiveConferenceService^>^ 
get ();
}
JavaScript
function get_
services();

See Also