UserStatus Field

Indicates the status of a user  
Valid values:  
1 = Logged In  
2 = Not Logged In  
3 = User Not Recognised  
4 = Password Incorrect  
5 = Password Changed  
6 = Other  
 
public const int UserStatus = 926
This language is not supported or no code example is available.
public:  
const int UserStatus = 926;
This language is not supported or no code example is available.
public const UserStatus : int = 926
This language is not supported or no code example is available.

Field Value

int

In this article

Definition