Can I set a uvm_reg with front door only?

hello,

I have a register that I want to access only by FrontDoor (especially in uvm_reg_mem_built_in_seq).
how can I set it that every uvm seq will preform FrontDoor only?

thanks

In reply to gilp:

You should use read/write commands with the default FRONTDOOR. There is no dedicated command for FRONTDOOR only.