PropertyObject.Parent

Syntax

PropertyObject.Parent

Data Type

PropertyObject

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

PropertyObject.IsAliasObject

PropertyObject

Thread Safety of the PropertyObject API and TestStand Variables