McuTransferOptions.PreferredLanguage Property
Gets or sets the preferred language for entry/exit announcements.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property PreferredLanguage As CultureInfo
Get
Set
'Usage
Dim instance As McuTransferOptions
Dim value As CultureInfo
value = instance.PreferredLanguage
instance.PreferredLanguage = value
public CultureInfo PreferredLanguage { get; set; }
Property Value
Type: System.Globalization.CultureInfo