PropertyObject.Parent
- Updated2025-07-21
- 1 minute(s) read
PropertyObject.Parent
Syntax
PropertyObject.Parent
Data Type
The object that owns this object. Returns NULL if none.
Purpose
Returns the parent or owning property object.
Remarks
If this object is an alias object, you can obtain the parent of the object the alias references by first obtaining the referenced object by passing an empty string for the lookupString parameter of the PropertyObject.GetPropertyObject method, then access the parent property.
See Also
PropertyObject.GetPropertyObject
Thread Safety of the PropertyObject API and TestStand Variables