Description
Determines whether entity's null options are displayed (true) or not (false). DATATYPE: Boolean.
Property Type
- Read-write property
Syntax
Public Property ShowEntityNullOption() As Variant
Example
Dim MySubModel As SubModel Dim EntityNullOption As Boolean EntityNullOption = True MySubModel.ShowEntityNullOption = EntityNullOption
See Also