AssignSyntax.Left Property

Applies to TestComplete 12.60, last modified on September 17, 2018

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

AssignSyntax.Right Property
AssignSyntax.IsObject Property

Highlight search results