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)
Namespace: Ensur.Core.Main.POCOsAssembly: Ensur.Core.Main (in Ensur.Core.Main.dll) Version: 1.0.0.0 (1.0.0.0)
public int? ACTIVE { get; set; }
Public Property ACTIVE As Integer?
Get
Set
function get_ACTIVE();
function set_ACTIVE(value);
Property Value
NullableInt32