Gets the type of call transfer.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
TransferType 
As 

CallTransferType
C#
public 

CallTransferType 
TransferType { 
get; }
Visual C++
public:
property 

CallTransferType 
TransferType {
	

CallTransferType 
get ();
}
JavaScript
function get_
transferType();

See Also