Conversation.State Property
Gets the current state of the conversation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property State As ConversationState
Get
'Usage
Dim instance As Conversation
Dim value As ConversationState
value = instance.State
public ConversationState State { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.ConversationState