CodeAssignStatement can be used to represent code that assigns one value to another. Simple assignment statements are usually of the form "value1 = value2", where value1 is the object being assigned to, and value2 is being assigned.
Author: unknown Code: ASP.NET v1.0 & VB