VistaDB 6
VistaDB.Provider Namespace / VistaDBConnection Class / IsolatedStorage Property


In This Topic
    IsolatedStorage Property (VistaDBConnection)
    In This Topic
    If it is set to true the database placed in isolated storage.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsolatedStorage As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBConnection
    Dim value As System.Boolean
     
    value = instance.IsolatedStorage
    public System.bool IsolatedStorage {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