IsDirty Property (SimpleField)
In This Topic
Gets or sets a value indicating whether this field has been flagged by an application
to indicate that its current results are no longer correct (stale) due to other modifications made to the document,
and these contents should be updated before they are displayed if this functionality is supported by the next processing application.
Syntax
'Declaration
Public Property IsDirty As System.Boolean
public System.bool IsDirty {get; set;}
See Also