Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum