Description

Return the McObject associated with a dynamic property.

Property type

A McObject object.  

Syntax

object.ItemMcObject(NameID, [NameSpace])

The ItemMcObject Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McProperties.
NameIDRequired. A Variant value.

The property name (as a String) or index (as a Long)

NameSpaceOptional. A String value.

Optional namespace. Namespaces can be used to avoid name conficts between different properties with identical names. When this optional parameter is not supplied, the current NamespaceFilter is used. The Name Space is ignored if NameID is an index.

Remarks

Dynamic properties are backed by an McObject that maintains the property's name and value. This function can be used to retrieve the McObject. It will return Nothing if the property is not found or is a built-in property of the parent object.