ReferStatus.IsSubscriptionActive Property
Gets the flag indicating whether the subscription for notification is active or not.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsSubscriptionActive As Boolean
Get
'Usage
Dim instance As ReferStatus
Dim value As Boolean
value = instance.IsSubscriptionActive
public bool IsSubscriptionActive { get; }
Property Value
Type: System.Boolean
The Boolean value.