Discuss this help topic in SecureBlackbox Forum
Whether this user is exempt from enterprise device limits.
Declaration
[C#]
bool IsExemptFromDeviceLimits;
[VB.NET]
Property IsExemptFromDeviceLimits As Boolean
[Pascal]
property IsExemptFromDeviceLimits: boolean;
[C++]
bool get_IsExemptFromDeviceLimits();
void set_IsExemptFromDeviceLimits(bool Value);
[PHP]
bool get_IsExemptFromDeviceLimits()
void set_IsExemptFromDeviceLimits(bool $Value)
[Java]
boolean getIsExemptFromDeviceLimits();
void setIsExemptFromDeviceLimits(boolean Value);
Description
When this property is set to True, this user is exempt from enterprise device limits.
Discuss this help topic in SecureBlackbox Forum