PropertyObject.ContainsTypeInstance
- Updated2024-10-09
- 1 minute(s) read
PropertyObject.ContainsTypeInstance
Syntax
PropertyObject.ContainsTypeInstance( lookupString, options, typeNameParam)
Return Value
Returns True if the property object or any of the subproperties are instances of the specified root type.
Purpose
Determines whether the object the lookupString parameter specifies contains an instance of the specified root type.
Parameters
lookupString As String
[In] Pass an empty string to denote the PropertyObject to which the method applies, or pass the name of a subproperty within the PropertyObject. You can also pass lookup strings to this parameter.
options As Long
[In] Pass 0 to specify the default behavior, or pass one or more PropertyOptions constants. Use the bitwise-OR operator to specify multiple options.
typeNameParam As String
[In] Specifies the name of the root type.
See Also
Thread Safety of the PropertyObject API and TestStand Variables