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;} |
C++/CLI | |
---|
public:
property bool LoadDefault {
bool get();
void set (bool value);
} |
Return Value
true to load default cache timeout value without connecting to the WCF service; otherwise false. Default is true.
Example
Please check our Medical Web Viewer demo, located in WinForms.csproj project.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also