McuParticipantEndpointProperties.PreferredLanguages Property
Gets the preferred languages for announcements.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property PreferredLanguages As Collection(Of CultureInfo)
Get
'Usage
Dim instance As McuParticipantEndpointProperties
Dim value As Collection(Of CultureInfo)
value = instance.PreferredLanguages
public Collection<CultureInfo> PreferredLanguages { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<CultureInfo>
See Also
Reference
McuParticipantEndpointProperties Class