The long name of this origin object
LongName
EX1
import PyOrigin wkPage = PyOrigin.ActivePage() wkPage.LongName = "Python Property" print( wkPage.LongName )
GetLongName SetLongName