Description

The string name of this McDBAttributeType object.

Property type

A String value.  

Syntax

object.Name [= value]

The Name Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDBAttributeType.
valueA 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

Error Value Description
E_INVALIDARG &H80070057 An invalid Name was specified, either the duplicate of another existing McDBAttributeType or one containing a period.
E_UNEXPECTED &H8001FFFF A framework error occurred while accessing the Name.
E_ACCESSDENIED &H80070005 The McDBDatabase.LoggedUser does not have McDBRightsOwner.AttributeTypeAdminRight privileges.