Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 920 Bytes

Access.DependencyInfo.Dependants.md

File metadata and controls

33 lines (19 loc) · 920 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
DependencyInfo.Dependants property (Access)
vbaac10.chm13274
vbaac10.chm13274
Access.DependencyInfo.Dependants
e742f1ce-0616-491a-cc60-28afaa3e1bae
03/06/2019
medium

DependencyInfo.Dependants property (Access)

Returns a DependencyObjects collection that represents the objects that depend on the specified AccessObject object. Read-only.

Syntax

expression.Dependants

expression A variable that represents a DependencyInfo object.

Remarks

To return the collection of objects that an AccessObject object depends on, use the Dependencies property of the DependencyInfo object.

[!includeSupport and feedback]