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: |
| object | An expression evaluating to an object of type McDBAttributes. | | Name | Required. 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.
|