Description
The string name of this McDBAttributeType object.
-
Property type
-
A String value.
-
Syntax
-
object.Name [= value]
The Name Property syntax has these parts: |
| object | An expression evaluating to an object of type McDBAttributeType. | | value | A String value. | Remarks
The Name of an McDBAttributeType must be unique within its McDBType.Attributes collection, although it is not necessary for it to be unique within its McDBDatabase. Period (.) characters may not be used within Name.
Exceptions
|