Description
The object's name, formatted as specified by the bShowParentAndNamespace argument
-
Property type
-
A String value.
-
Syntax
-
object.Name([bShowParentAndNamespace])
The Name Property syntax has these parts: |
| object | An expression evaluating to an object of type McObject. | | bShowParentAndNamespace | Optional. A Boolean value. | Remarks
Unless bShowParentAndNamespace is TRUE, the object name returned does not include any parent name dot syntax.
|