..check if EPiServer.Core.PageData.Property indexer returns null to see if it exists
That is the message I get.
I want to check if a dynamic property has been given a value.
My guess is that if it has not been given an value, then the property does not exist for the current page.
In 4.61 I could use Property.Exists to check if the page had a specific proeprty. What should I use in 5.1?