InstantMessagingCall.IsImmediateAutoAcceptNeeded Property
Gets whether the call should be automatically accepted. immediately upon receipt.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property IsImmediateAutoAcceptNeeded As Boolean
Get
Friend Set
'Usage
Dim instance As InstantMessagingCall
Dim value As Boolean
value = instance.IsImmediateAutoAcceptNeeded
public bool IsImmediateAutoAcceptNeeded { get; internal set; }
Property Value
Type: System.Boolean
Remarks
If the value is true, the AutoAcceptNeeded event will not be raised.