Multiple choice technology enterprise content management r_is_virtual_doc property of dm_sysobject is of type Integer Double String None Reveal answer Fill a bubble to check yourself A Correct answer Explanation In Documentum's dm_sysobject type, r_is_virtual_doc is a boolean property stored as an integer (0 for false, 1 for true), making Integer the correct data type. String and Double are incorrect data types for boolean flags.