SubscriptionState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates options for the status of a subscription.
public enum class SubscriptionState
public enum SubscriptionState
type SubscriptionState =
Public Enum SubscriptionState
- Inheritance
-
SubscriptionState
Fields
Active | 2 | The subscription is active. |
Inactive | 0 | The subscription is inactive. |
Subscribed | 1 | The subscription exists, but the initial snapshot has not yet been applied. |
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.