←Select platform

StoreLocal Property

Summary

Gets a boolean value indicating whether the external store addin is to store to the local store (true) or directly to the external store (false)

Syntax

C#
VB
C++
public bool StoreLocal { get; } 
  
ReadOnly Property StoreLocal As Boolean 
property bool StoreLocal { 
   bool get(); 
} 

Property Value

boolean value indicating whether the external store addin is to store to the local store (true) or directly to the external store (false)

Remarks

For an example, see the Leadtools.Medical.ExternalStore.Sample.Addin demo located here: <INSTALLDIR>\Examples\PACSFramework\CS\Sample AddIns\Leadtools.Medical.ExternalStore.Sample.Addin

Requirements

Target Platforms

See Also

Reference

ICrud Interface

ICrud Members

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

Leadtools.Dicom.AddIn Assembly