Discuss this help topic in SecureBlackbox Forum
Specifies whether the element has been modified.
Declaration
[C#/Java]
bool IsModified;
[VB.NET]
Property IsModified As Boolean
[Pascal]
property IsModified : boolean;
[C++]
bool get_IsModified();
void set_IsModified(bool Value);
[PHP]
bool get_IsModified()
void set_IsModified(bool $Value)
Description
Use this property to specify whether the element has been modified or not.
Discuss this help topic in SecureBlackbox Forum