Description

Determines whether there is no logging (true) or logging (false) in the entity storage. DATATYPE: Boolean.

Property Type

  • Read-write property

Syntax

Public Property NoLogging() As Variant 

Example

Dim MyEntity As Entity 
Dim bNoLogging As Boolean 
bNoLogging = True 
MyEntity.NoLogging = bNoLogging 
  • No labels