InvokeSyntax.IsProperty Property

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

Description

In some scripting languages, the way the user can refer to properties (or variables) and methods (or routines) is different. Use the InvokeSyntax.IsProperty property to specify whether the element to be invoked is a property (variable) or not.

Declaration

InvokeSyntax.IsProperty

Read-Write Property Boolean

Applies To

The property is applied to the following object:

Property Value

True if the element being invoked is a variable or a an object’s property. False, if it is a procedure, function or an object’s method.

See Also

ClassValue Property
InvokeName Property
AddParameter Method

Highlight search results