| LogTableName Property | |
| See Also |
Sets or returns the log table name. This table maintains a history log of all actions related to the main user table.
Length: 19 characters.
Field name: LogTable.
Read-write property
| Visual Basic |
|---|
Public Property LogTableName() As String |
If you select the History Log service, then set a history log table name starting with "A" followed by the object's User Table name.
Notes:
- If you unregister a user defined object that is registered to the history log service, the related history log table is deleted from the database.
- If you unregister the history log service while updating a user defined object, the history log table is not deleted (only unregistered).