Determines whether entity's data types are displayed (true) or not (false). DATATYPE: Boolean.
Public Property ShowEntityDataType() As Variant |
Dim MySubModel As SubModel Dim EntityDataType As Boolean EntityDataType = True MySubModel.ShowEntityDataType = EntityDataType |