UserInfoModelStatus Property | |
Gets or sets the Status for a user
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string Status { get; set; }
function get_Status();
function set_Status(value);
Property Value
StringRemarks
The user
Status defines the state at which a user currently exists at in the system.
There are several status that a user can have, however the status can only be set to one status at a time.
Please view the Enumerated Values below for a valid list of Enum types.
Enumerated Values
Name | Value |
---|
Inactive | 0 |
Active | 1 |
LeaveofAbsence | 2 |
FMLA | 3 |
Terminated | 4 |
Note: The enum alias (integer) values are only used for inbound requests.Example Active or "1", Terminated or "4"
See Also