Currently, in an assign block, you can't set most of the input text field properties directly; well, you can set Valid and ValidationMessage. Some properties allow you to use an expression and others just can't; max length for example can't be set dynamically.
It would be helpful, that in an Assign block, I can set these properties as appropriate.
Variable = textbox.MaxLength
Value = (any valid expression)