PresenceSubscriptionStateChangedEventArgs.ReasonForChange Property
NOTE: This API is now obsolete.
Gets the reason for the subscription state change.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property will be removed from future Versions.")> _
Public ReadOnly Property ReasonForChange As SubscriptionStateTransitionReason
Get
'Usage
Dim instance As PresenceSubscriptionStateChangedEventArgs
Dim value As SubscriptionStateTransitionReason
value = instance.ReasonForChange
[ObsoleteAttribute("This property will be removed from future Versions.")]
public SubscriptionStateTransitionReason ReasonForChange { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.Presence.SubscriptionStateTransitionReason
See Also
Reference
PresenceSubscriptionStateChangedEventArgs Class