'Declaration
Public Property Modified As Boolean
'Usage
Dim instance As EditBase Dim value As Boolean instance.Modified = value value = instance.Modified
public bool Modified {get; set;}
Property Value
true if modified by user; otherwise, false.The default is false.