Modified (Read Only) |
Top Previous Next |
Indicates whether or not the field has been modified.
VB.NET
[Boolean =] Field.Modified
C#
[bool =] Field.Modified;
Remarks
This property returns True if the field has been modified, otherwise False.
|