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: |
| object | An expression evaluating to an object of type McDataNodeRef. | | bIncludeDatabase | Optional. A Boolean value. When True the path will identify the database logical name of the left most identifier in the path in form //. | | lAncestorLevel | Optional. 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.
|