Description The Path's root object's Logical name (McDBDatabase.Name).
-
Property type
-
A String value.
-
Syntax
-
object.DatabaseLogicalName([ePathNode])
The DatabaseLogicalName Property syntax has these parts: |
| object | An expression evaluating to an object of type McDataNodeRef. | | ePathNode | Optional. A McDatPathNode enumeration, as described in settings. | Settings The settings for ePathNode are:
 | mcdatPN_Root | 0 |
Left most (root) of the path.
|
 | mcdatPN_Parent | 1 |
Just left of the specified object (parent) in the path.
|
 | mcdatPN_Specified | 2 |
Right most (specified) object in the path.
|
Remarks This is a cached value and does not query the value at time of the invocation.
|