SendDom property
Use this property to set and retrieve if DOM information should be sent for checkpoints.
The availability of the DOM is necessary for advanced server analysis, for example the RCA feature. See Root cause analysis for more information.
Syntax
bool configval; // give relevant initial value
config.SendDom = configval;
configval = config.SendDom
Type:bool
Remarks
Sending DOM information is enabed by default, so use this method only if you have to disable it.