Description

The database NAME path for represented object or its parent.

Property type

A String value.  

Syntax

object.DisplayPath([bIncludeDatabase], [lAncestorLevel])

The DisplayPath Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataNodeRef.
bIncludeDatabaseOptional. A Boolean value. When True the path will identify the database logical name of the left most identifier in the path in form //.
lAncestorLevelOptional. A Long value. 0 to -n where -1 is the parent (positive values are interpreted as negative)

Remarks

This is a cached value and does not query the value at time of the invocation.