Description

Whether the contents of this McDBRight object has changed since it was instanced.

Property type

A Boolean value.  

Syntax

object.IsDirty

The IsDirty Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDBRight.

Remarks

This property only indicates whether a method or property that may modify this McDBRight has been called since it was instanced, even if no change was made. That is, ThisRight.Names=ThisRight.Names will still cause the IsDirty property to be True.