UserInACTIVE Property

Determines if this user is able to log in. Users can only be deleted if they have never logged in. Otherwise users should be set as inactive. (0 = Inactive, 1 = Active)

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 int? ACTIVE { get; set; }

Property Value

NullableInt32

See Also