Determines whether there is no logging (true) or logging (false) in the entity storage. DATATYPE: Boolean.
Public Property NoLogging() As Variant
Dim MyEntity As Entity Dim bNoLogging As Boolean bNoLogging = True MyEntity.NoLogging = bNoLogging