Returns the extension type for Call factories.

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

Syntax

Visual Basic (Declaration)
Public 
Overrides 
NotOverridable 
ReadOnly 
Property 
ExtensionType 
As 
String
C#
public 
override 
sealed 
string 
ExtensionType { 
get; }
Visual C++
public:
virtual 
property 
String^ 
ExtensionType {
	
String^ 
get () 
override 
sealed;
}
JavaScript
function get_
extensionType();

See Also