LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
LoadDefault Property
See Also 
Leadtools.Dicom.Web Namespace > CacheInitializationFailedEventArgs Class : LoadDefault Property



Gets or sets a value indicating whether to load default cache values without connecting to the WCF service.

Syntax

Visual Basic (Declaration) 
Public Property LoadDefault As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CacheInitializationFailedEventArgs
Dim value As Boolean
 
instance.LoadDefault = value
 
value = instance.LoadDefault
C# 
public bool LoadDefault {get; set;}
C++/CLI 
public:
property bool LoadDefault {
   bool get();
   void set (    bool value);
}

Property Value

true to load default cache timeout value without connecting to the WCF service; otherwise false. Default is true.

Example

Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also