First page Back Continue Last page Overview Graphics
<modify> Example
If the Surname attribute value of user "Julia" is changed from "Gulia" to "Imbruglia" in the application the driver will report the following event:
<modify class-name="User" src-dn="Users\Julia" event-id="0">
<association>JG0U812</association>
<modify-attr attr-name="Surname">
<remove-value>
<value type="string">Gulia</value>
</remove-value>
<add-value>
<value type="string">Imbruglia</value>
</add-value>
</modify-attr>
</modify>