Description

Return the McDBAttributeType object describing the type of the named attribute.

Property type

A McDBAttributeType object.  

Syntax

object.Type(Name)

The Type Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDBAttributes.
NameRequired. A String value.

The name of the attribute value to retrieve the type object for.

Remarks

Every attribute is associated with an McDBAttributeType, which contains the type definition information about the attribute. This method provides this McDBAttributeType definition information. If no attribute is defined with the given Name, this method returns Nothing.