ISubscriptionToken::IsActive Property

.NET Framework (current version)
 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

property bool IsActive {
	bool get();
}

Property Value

Type: System::Boolean

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

.NET Framework
Available since 4.5
Return to top
Show: