Gets the URI of the initiator of the transfer, when present. Otherwise, returns an empty string.

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

Syntax

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

See Also