Transferor Property
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Transferor As String
Get
Set
'Usage
Dim instance As CallEstablishOptions
Dim value As String
value = instance.Transferor
instance.Transferor = value
public string Transferor { get; set; }
Property Value
Type: System..::..String