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 value; // give relevant initial value
eyes.SendDom = value;
value = eyes.SendDom
Type:bool
Remarks
Sending DOM information is enabed by default, so use this method only if you have to disable it.