SipSubscription.IsActive Property
Gets true if current state is subscribed or refreshing.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsActive As Boolean
Get
'Usage
Dim instance As SipSubscription
Dim value As Boolean
value = instance.IsActive
public bool IsActive { get; }
Property Value
Type: System.Boolean