CallForwardReceivedEventArgs.ForwardActionTaken Property
Gets the value indicating that redirect action is taken on eventarg.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ForwardActionTaken As Boolean
Get
'Usage
Dim instance As CallForwardReceivedEventArgs
Dim value As Boolean
value = instance.ForwardActionTaken
public bool ForwardActionTaken { get; }
Property Value
Type: System.Boolean
See Also
Reference
CallForwardReceivedEventArgs Class