Class PortalUsersSummary
Provides cumulative information about a group of selected users.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
public sealed class PortalUsersSummary
Constructors
PortalUsersSummary()
Declaration
public PortalUsersSummary()
Properties
AdministratorUsers
Gets or sets the number of administrators.
Declaration
[DataMember]
public int AdministratorUsers { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
EnabledUsers
Gets or sets the number of users in enabled state.
Declaration
[DataMember]
public int EnabledUsers { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ReadOnlyUsers
Gets or sets the number of users with read-only privileges.
Declaration
[DataMember]
public int ReadOnlyUsers { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ReadWriteUsers
Gets or sets the number of users with read-write privileges.
Declaration
[DataMember]
public int ReadWriteUsers { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TotalUsers
Gets or sets the total number of users.
Declaration
[DataMember]
public int TotalUsers { get; set; }
Property Value
| Type | Description |
|---|---|
| int |