Drag and drop a custom property?

I have two tables with custom properties, I wanted to drag a row from one table to the next which works fine but I also wanted to get the value of the custom property, I tried using

print sourceTable.myProperty

but it gave me an error that myProperty does not exist. Any suggestions? Thanks

print sourceTable.getPropertyValue(‘myProperty’)

Good luck!

You my friend are a gentleman and a scholar! thank you