DisplayCacheTime Property
In This Topic
Controls how long display cache copies of images are retained.
Syntax
'Declaration
Public Shared Property DisplayCacheTime As System.TimeSpan
'Usage
Dim value As System.TimeSpan
DicomGlobal.DisplayCacheTime = value
value = DicomGlobal.DisplayCacheTime
public static System.TimeSpan DisplayCacheTime {get; set;}
public read-write property DisplayCacheTime: System.TimeSpan; static;
public static function get,set DisplayCacheTime : System.TimeSpan
public: __property static System.TimeSpan get_DisplayCacheTime();
public: __property static void set_DisplayCacheTime(
System.TimeSpan value
);
public:
static property System.TimeSpan DisplayCacheTime {
System.TimeSpan get();
void set ( System.TimeSpan value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also