←Select platform

DoUseExternalStoreSettings Property

Summary

Gets or sets a value indicating whether to use the external store (cloud) settings to determine where the Leadtools.Dicom.DicomDataSet will be saved when DoExecute gets called.

Syntax

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

Property Value

true to use the external store (cloud) settings to determine where the Leadtools.Dicom.DicomDataSet will be saved when DoExecute gets called; otherwise, false.

Remarks

Several steps occur when DoExecute is called to store a Leadtools.Dicom.DicomDataSet.

If DoUseExternalStoreSettings is false when DoExecute is called, then the Leadtools.Dicom.DicomDataSet is stored locally. Otherwise, the external store settings are used to determine where the Leadtools.Dicom.DicomDataSet will be saved, which can be locally or on the external store. The default value for DoUseExternalStoreSettings is true.

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.Scp Assembly