ISubscriptionToken.IsActive Property

Definition

Returns a value that indicates whether the subscription is currently active.

public:
 property bool IsActive { bool get(); };
public bool IsActive { get; }
member this.IsActive : bool
Public ReadOnly Property IsActive As Boolean

Property Value

true if the subscription is currently active; otherwise, false.

Applies to