AssignSyntax.Left Property

Applies to TestComplete 15.63, last modified on April 10, 2024

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

AssignSyntax.Left

Read-Write Property An InvokeSyntax object

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.

See Also

Right Property
IsObject Property

Highlight search results