JAMS Developer Guide
StoreModified Property


Genghis Namespace > Preferences Class : StoreModified Property
Gets and sets a boolean that indicates that the store has been modified.
Syntax
'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;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Preferences Class
Preferences Members