JAMS Developer Guide
RootStore Property


Genghis Namespace > Preferences Class : RootStore Property
Returns the root dictionary of the store.
Syntax
'Declaration
 
Protected MustOverride ReadOnly Property RootStore As System.Collections.IDictionary
'Usage
 
Dim instance As Preferences
Dim value As System.Collections.IDictionary
 
value = instance.RootStore
protected abstract System.Collections.IDictionary RootStore {get;}
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