CallReceivedEventArgsBase.IsNewConversation Property
Gets whether the conversation is a new incoming conversation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsNewConversation As Boolean
Get
'Usage
Dim instance As CallReceivedEventArgsBase
Dim value As Boolean
value = instance.IsNewConversation
public bool IsNewConversation { get; }
Property Value
Type: System.Boolean
See Also
Reference
CallReceivedEventArgsBase Class