PropertyObject.Exists
- Updated2024-10-09
- 1 minute(s) read
PropertyObject.Exists
Syntax
PropertyObject.Exists( lookupString, options)
Return Value
Returns True if the property exists.
Purpose
Returns True if the property the lookupString parameter specifies exists.
Parameters
lookupString As String
[In] Specifies 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.
See Also
Thread Safety of the PropertyObject API and TestStand Variables