GetAuditEnabled Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetAuditEnabled() method returns the update trigger for the Job_Spec table. If auditing is enabled for the Job_Spec table, the output parameter returns value of 1; otherwise, it returns a value of 0.
'Declaration
Public Shared Sub GetAuditEnabled( _
ByRef auditEnabled As Integer _
)
public static void GetAuditEnabled(
out int auditEnabled
)
Parameters
- auditEnabled
Output. Holds the value that identifies whether the auditing is enabled for Job_Spec table. Returns a value of 1 if auditing is enabled for the table.