IsDeactivated property

Indicates the User's active status. A deactivated User still appears on member lists, but does not take up a license, and cannot log in to eRoom.

Syntax


C++

HRESULT get_IsDeactivated(VARIANT_BOOL* pIsDeactivated)

HRESULT put_IsDeactivated(VARIANT_BOOL myIsDeactivated)

Scripting languages

Boolean = User.IsDeactivated

User.IsDeactivated = Boolean

Remarks


To reactivate a deactivated User, set this property to FALSE.

Home

Applies to

IERUUser