Returns the array of users that are currently using (have open for edit) this data file.
# Get the value of the property.propertyValue = dataFile_var.inUseBy
#include <Core/Dashboard/DataFile.h>// Get the value of the property.std::vector<Ptr<User>> propertyValue = dataFile_var->inUseBy();