DataWindow dot notation not supported for array assignment

DataWindow dot notation does not support the assignment of arrays returned by .NET assemblies. For example, the following code in a custom class user object deployed as a .NET assembly throws an exception, but works correctly in standard PowerBuilder deployments:

dw.object.data = my_struct

[CR 483846]