Back to product page

State property


Holds user's state.

Type

StatesEnum enumeration

Syntax

  • Basic
object.State
The State(object) syntax has these parts:
objectAn expression evaluating to an object of type WebUser

Remarks

State property holds current user's state. List of all states can be found in StatesEnum enumeration. When user's state changes, StateChange event is fired. You can get text representation of this state using User.StateText property.

Platforms

Windows