Reference to a variable property
`new Node({labels: ["Movie"]}).property("title")` Copy
`new Node({labels: ["Movie"]}).property("title")`
Access individual property via the PropertyRef class, using dot notation or square brackets notation if an expression is provided
Reference to a variable property
Example