Description
Use the AssignSyntax.Left
property to get or set the syntax element on the left side of the assignment operator. This element corresponds to a variable or an object’s property that is going to be assigned.
To specify the value to be assigned to the variable or property, use the Right
property.
Declaration
Applies To
The property is applied to the following object:
Property Value
An InvokeSyntax
object that corresponds to an expression containing the variable or property name.