Click or drag to resize
ISubscriptionStatusType Interface

[This is preliminary documentation and is subject to change.]

Type of subscription status

Namespace: Netadmin.Management.Provisioning.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface ISubscriptionStatusType

The ISubscriptionStatusType type exposes the following members.

Properties
  NameDescription
Public propertyStringActiveText
Name of the active state
Public propertyInt64Id
The type id
Public propertyStringInactiveText
Name of the inactive state
Public propertyBooleanInverted
If the status is inverted
Public propertyStringName
The name of the type
Public propertyStringPendingActiveText
Name of transition to active state
Public propertyStringPendingInactiveText
Name of transition to inactive state
Top
See Also