IUserIsExternalUsersAdminEnabled Property |
Does the user have 'Allow administration of external users'?
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsExternalUsersAdminEnabled { get; set; }
Property IsExternalUsersAdminEnabled As Boolean
Get
Set
Dim instance As IUser
Dim value As Boolean
value = instance.IsExternalUsersAdminEnabled
instance.IsExternalUsersAdminEnabled = value
property bool IsExternalUsersAdminEnabled {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also