Discuss this help topic in SecureBlackbox Forum

TElBoxUser.CanSeeManagedUsers

TElBoxUser     See also     


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


Whether this user can see other enterprise users in the contact list.

Declaration

[C#]
    bool CanSeeManagedUsers;

[VB.NET]
    Property CanSeeManagedUsers As Boolean

[Pascal]
    property CanSeeManagedUsers: boolean;

[C++]
    bool get_CanSeeManagedUsers();
    void set_CanSeeManagedUsers(bool Value);

[PHP]
    bool get_CanSeeManagedUsers()
    void set_CanSeeManagedUsers(bool $Value)

[Java]
    boolean getCanSeeManagedUsers();
    void setCanSeeManagedUsers(boolean Value);

Description

    When this property is set to True, this user can see other enterprise users in his/her contact list.

See also:     Role    

Discuss this help topic in SecureBlackbox Forum