DefaultCacheMode Property
Default Cache Mode value used to initialize "CacheMode" property for
DicomImage and
DicomDataSet. This will be applied to all new instances.
public static CacheTypes DefaultCacheMode {get; set;}
public read-write property DefaultCacheMode: CacheTypes; static;
public static function get,set DefaultCacheMode : CacheTypes
public: __property static CacheTypes get_DefaultCacheMode();
public: __property static void set_DefaultCacheMode(
CacheTypes value
);
Target Platforms: .NET CLR 4.8 or higher