McuParticipantEndpointProperties.Services Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This property will be removed from future versions.
Gets the list of conferencing services for the participant.
public:
property System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::ActiveConferenceService ^> ^ Services { System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::ActiveConferenceService ^> ^ get(); };
[System.Obsolete("This property will be removed from future versions.")]
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ActiveConferenceService> Services { get; }
member this.Services : System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ActiveConferenceService>
Public ReadOnly Property Services As Collection(Of ActiveConferenceService)
Property Value
- Attributes