Public instance variables not exposed in .NET assembly

Public instance variables on a custom class user object in a .NET Assembly target are not exposed in the deployed .NET assembly. To work around this issue, you can add get and set methods to the user object. [CR 484008]