Description

A string representation of the Localization Context for this McDBAttributeType instance.

Property type

A String value.  

Syntax

object.LocalizationContext [= value]

The LocalizationContext Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDBAttributeType.
valueA String value.

Remarks

If no LocalizationContext has yet been assigned, this property returns the McDBType.LocalizationContext of its associated McDBType object. If no LocalizationContext is defined then the McDBType.Name is returned, instead. If an error occurs, the property will contain a zero-length string.

Exceptions

Error Value Description
E_UNEXPECTED &H8001FFFF A framework error occurred assigning the LocalizationContext.
E_ACCESSDENIED &H80070005 The McDBDatabase.LoggedUser does not have McDBRightsOwner.AttributeTypeAdminRight privileges.