WeOnlyDo! wodWebServer ActiveX - State Property
      
 

Description

Holds user's state.


Property type

A StatesEnum enumeration.  


Syntax

object.State



The State Property syntax has these parts:

Part Description
object An 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.