Description
The scope/namespace the localization engine should use when localizing this McDBType in the user interface.
-
Property type
-
A String value.
-
Syntax
-
object.LocalizationContext [= value]
The LocalizationContext Property syntax has these parts: |
| object | An expression evaluating to an object of type McDBType. | | value | A String value. | Remarks
If no LocalizationContext has yet been assigned, the Name of this McDBType is returned. If an error occurs, this property returns an empty string.
|