Property or indexer 'property' references a type not supported by the language; try directly calling accessor methods 'set accessor' or 'get accessor'
Your code is consuming an object that has a default indexed property and tried to use the indexed syntax. To resolve this error, call the property's get or set accessor method.