'Declaration
Protected MustOverride Property StoreModified As System.Boolean
'Usage
Dim instance As Preferences Dim value As System.Boolean instance.StoreModified = value value = instance.StoreModified
protected abstract System.bool StoreModified {get; set;}