Gets a flag indicating whether the remote endpoint allows being transferred.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
AllowTransfer 
As 
Boolean
C#
public 
bool 
AllowTransfer { 
get; }
Visual C++
public:
property 
bool 
AllowTransfer {
	
bool 
get ();
}
JavaScript
function get_
allowTransfer();

See Also