The AssignSyntax object contains the following properties:
Property List
| Name | Description | 
|---|---|
| IsObject | Indicates whether the expression on the right side of the assignment operator (=) is an object. | 
| Left | Specifies a syntax element corresponding to the variable or property to be assigned. | 
| Right | Specifies the value or expression that will be assigned to the variable or property. | 
