Owner Property

Returns the object at the next highest level in the object hierarchy.

Syntax

object.Owner

Properties

The Owner property syntax has this part:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Remarks

Owner is a read-only property of type Object.

The Owner property is particularly useful when an object belongs to a Group. The Owner property of the object returns the Group.

See the Parent property.

 

Applies To