is it possible to use IIF() in TSQL

Code:
select IIF(pk_pono='NA',pk_rfgno,pk_pono)
from tblrequisitionmaster
im using the code in MS ACCESS but doesnt work in SQL Server