Click or drag to resize
XFieldIsModified Property
Gets or sets a value indicating whether this instance is modified.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsModified { get; set; }

Property Value

Type: Boolean
true if this instance is modified; otherwise, false.
See Also