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 the languages associated with the number.
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Languages As IEnumerable(Of CultureInfo)
Get
Friend Set
'Usage
Dim instance As PhoneAccessNumber
Dim value As IEnumerable(Of CultureInfo)
value = instance.Languages
public IEnumerable<CultureInfo> Languages { get; internal set; }
Property Value
Type: System.Collections.Generic.IEnumerable<CultureInfo>