Discuss this help topic in SecureBlackbox Forum

TElBoxUser.IsExemptFromDeviceLimits

TElBoxUser     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     Enterprise     IsExemptFromLoginVerification    

Discuss this help topic in SecureBlackbox Forum