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:

PartDescription
objectAn expression evaluating to an object of type McDataNodeRef.
ePathNodeOptional. A McDatPathNode enumeration, as described in settings.

Settings

The settings for ePathNode are:

ConstantValueDescription
 mcdatPN_Root0

Left most (root) of the path.

 mcdatPN_Parent1

Just left of the specified object (parent) in the path.

 mcdatPN_Specified2

Right most (specified) object in the path.

Remarks

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