←Select platform

LoadDefault Property

Summary

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

Syntax

C#
VB
C++
public bool LoadDefault { get; set; } 
  
Public Property LoadDefault As Boolean 
public: 
property bool LoadDefault { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly