Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Conversation that contained the Call.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property PreviousConversation As Conversation
Get
'Usage
Dim instance As ConversationChangedEventArgs
Dim value As Conversation
value = instance.PreviousConversation
public Conversation PreviousConversation { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.Conversation
See Also
Reference
ConversationChangedEventArgs Class