IsDirty Property
Returns whether the contents of the object have changed since the last time the document was saved in the Configuration envrionment.
Syntax
object.IsDirty
Properties
The IsDirty property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Boolean |
Whether the object has been modified. |
Return Values
The IsDirty property return values are:
Value |
Description |
True |
The object has been modified since the last time the document was saved. |
False |
The object has not been modified since the last time the document was saved. |
Remarks
IsDirty is a read-only property of type Boolean.