Gets the type of MCU.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
McuType 
As 
String
C#
public 
string 
McuType { 
get; }
Visual C++
public:
property 
String^ 
McuType {
	
String^ 
get ();
}
JavaScript
function get_
mcuType();

See Also