Class ConsumersSummary
Provides the cumulative information about consumer accounts registered in Developer Portal.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class ConsumersSummary
Constructors
ConsumersSummary()
Declaration
public ConsumersSummary()
Properties
EnabledConsumers
Gets or sets the number of enabled consumer accounts.
Declaration
public int EnabledConsumers { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
TotalConsumers
Gets or sets the total number of consumer accounts.
Declaration
public int TotalConsumers { get; set; }
Property Value
Type | Description |
---|---|
Int32 |