There is no built-in method to get all properties of an instance. You can either use an proxy to retrieve all properties or use an property module. refer to this:
1 Like
There is no built-in method to get all properties of an instance. You can either use an proxy to retrieve all properties or use an property module. refer to this: