Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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