UserInDATE_USER_CREATED Property

The date the user was created.

Definition

Namespace: Ensur.Core.Main.POCOs
Assembly: Ensur.Core.Main (in Ensur.Core.Main.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public DateTime? DATE_USER_CREATED { get; }

Property Value

NullableDateTime

Remarks

This is here so the create date can still be saved and updated, but not by an API user. They will only see this property and not CREATE_DATE

See Also