DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomGlobal Class / DefaultCacheMode Property



In This Topic
    DefaultCacheMode Property
    In This Topic
    Default Cache Mode value used to initialize "CacheMode" property for DicomImage and DicomDataSet. This will be applied to all new instances.
    Syntax
    'Declaration
     
    
    Public Shared Property DefaultCacheMode As CacheTypes
    'Usage
     
    
    Dim value As CacheTypes
     
    DicomGlobal.DefaultCacheMode = value
     
    value = DicomGlobal.DefaultCacheMode
    public static CacheTypes DefaultCacheMode {get; set;}
    public:
    static property CacheTypes DefaultCacheMode {
       CacheTypes get();
       void set (    CacheTypes value);
    }
    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