Intersoft ClientUI Documentation
StorageScope Enumeration
See Also  Send Feedback
Intersoft.Client.Framework Namespace : StorageScope Enumeration






Specifies the scope of the isolated storage used in ClientUI application framework.

Syntax

Visual Basic (Declaration) 
Public Enum StorageScope 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As StorageScope
C# 
public enum StorageScope : System.Enum 
Delphi 
public enum StorageScope = class(System.Enum)
JScript 
public enum StorageScope extends System.Enum
Managed Extensions for C++ 
__value public enum StorageScope : public System.Enum 
C++/CLI 
public enum class StorageScope : public System.Enum 

Members

MemberDescription
ApplicationIndicates that the application-scope should be used for the storage.
SiteIndicates the site-scope should be used for the storage.s

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.Framework.StorageScope

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.