IsActive Property

Gets whether the 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
true if current state is subscribed or refreshing; otherwise false.

See Also

Reference

SipSubscription Class

SipSubscription Members

Microsoft.Rtc.Signaling Namespace