Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

All network entities are structured as follows:

entity:

Id intThe unique identifier of the network 

Name string: The name of the network

CreationDate DateTimeThe creation date of the network. See DateTime for more information about this data type.

SetupCompletionDate Nullable<DateTime>: The date of completion for initial network set up. 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 boolWhether 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