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 |
C# | |
---|
public bool LoadDefault {get; set;} |
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