Removes the specified user from the specified list of roles.
Removes the specified user from the specified list of roles.
public void RemoveUsersFromRole(NTAccount[],String);
Removes the specified users from the specified role.
public void RemoveUsersFromRole(String[],String);
VGRolesInstance Class | Novalys.VisualGuard.Security.Membership Namespace