ObjectEditorBaseIsModified Property |
Gets or sets a value indicating whether this instance is modified.
Namespace:
Hummingbird.TestFramework.Extensibility
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public virtual bool IsModified { get; set; }
Public Overridable Property IsModified As Boolean
Get
Set
public:
virtual property bool IsModified {
bool get ();
void set (bool value);
}
abstract IsModified : bool with get, set
override IsModified : bool with get, set
Property Value
Type:
Booleantrue if this instance is modified; otherwise,
false.
See Also