ActiveCalls.CallType Property
Namespace: Microsoft.Exchange.UM.Rpc
Assembly: Microsoft.Exchange.UM.UMCommon (in Microsoft.Exchange.UM.UMCommon.dll)
Syntax
'Declaration
Public Property CallType As String
Get
Set
'Usage
Dim instance As ActiveCalls
Dim value As String
value = instance.CallType
instance.CallType = value
public string CallType { get; set; }
Property Value
Type: System.String