Views.Parent Property

Project Developer Reference

Returns the parent of the object. Read-only Object.

Syntax

expression.Parent

expression   A variable that represents a Views object.

Return Value
Project

Remarks

Use the Parent property to access the properties or methods of an object's parent.

See Also