
Use the ICIServer interface EnableARM property to enable or disable Auditing and Reporting, or evaluate status of Auditing and Reporting.
Signature:
HRESULT EnableARM([out, retval] VARIANT_BOOL *pVal);
HRESULT EnableARM([in] VARIANT_BOOL newVal);
Examples:
Dim bARMStatus: bARMStatus = oServer.EnableARMo
To set the state:
oServer.EnableARM = false