...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
All network entities are structured as follows:
entity
:
Id
int: The unique identifier of the networkName
string: The name of the network.
...
The maximum length of this string is 30 characters.
CreationDate
DateTime: The creation date of the network. See DateTime for more information about this data type.LockoutDate
...
Nullable<DateTime>: The date on which the user was locked out, if applicable. See DateTime for more information about this data type.
IsLockedOut
bool: Whether or not the user is locked out. False is the default value.LastLockoutDate
...
Nullable<DateTime>: The last date on which the user was locked out, if applicable. See DateTime for more information about this data type.
Settings
NetworkSettings: The network settings entity. See Network Settings EntitySubscription
NetworkSubscription: The network subscription entity. See Network Subscription Entity