((dynamic)myObject)["superProperty"] = 42;+
((dynamic)myObject).superProperty;
((dynamic)myObject).superProperty;+
((dynamic)myObject).superProperty = something;
((dynamic)myObject).superProperty = something;+
myObject["superProperty"] = 42;
ProgressReport.GetReportObject(), typically to pass between connectors and converters
+ Used to retrieve this object in ProgressReport.GetReportObject(), typically to pass between connectors
+ and converters