Gets the languages associated with the number.

Namespace:  Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
Languages 
As 
IEnumerable(
Of 
CultureInfo)
C#
public 
IEnumerable<
CultureInfo> 
Languages { 
get; 
internal 
set; }
Visual C++
public:
property 
IEnumerable<
CultureInfo^>^ 
Languages {
	
IEnumerable<
CultureInfo^>^ 
get ();
	
void 
set (
IEnumerable<
CultureInfo^>^ 
value);
}
JavaScript
function get_
languages();
function set_
languages(
value);

See Also