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 reason for the change in state.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property TransitionReason As ConversationContextChannelStateTransitionReason
Get
'Usage
Dim instance As ConversationContextChannelStateChangedEventArgs
Dim value As ConversationContextChannelStateTransitionReason
value = instance.TransitionReason
public ConversationContextChannelStateTransitionReason TransitionReason { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.ConversationContextChannelStateTransitionReason
See Also
Reference
ConversationContextChannelStateChangedEventArgs Class