IsNewConversation Property

Gets the value indicating if 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

CallReceivedEventArgsBase Members

Microsoft.Rtc.Collaboration Namespace