I have a document type set up and I renamed the document type as well as the property name and alias, and now the content is not rendering anymore. This is how I get my content with the property in my View:
var items = Umbraco.Content(1123).newPropertyName;
and then I use foreach to get what I want. Here the integer parameter is the content type id, and newPropertyName is the property alias. This worked fine before changing the name, any ideas?